Pool values are not properly notified in the Evaluator's notifyFlow method in MSG_HAS_VAL messages. Instead of returning fixed point numbers with two digits the messages return integer values. getIntValue is called instead of getValue on NumberValExp dividing the result by 100, effectively wasting the two digits.