Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#130 closed defect (fixed)

simpleArrayTest failure

Reported by: Stephen Siegel Owned by: ywei
Priority: major Milestone:
Component: Administration Version: 1.0
Keywords: array simplify compare Cc:

Description

...on compare/simplify

Change History (3)

comment:1 by ywei, 16 years ago

Status: newaccepted

comment:2 by ywei, 16 years ago

Resolution: fixed
Status: acceptedclosed

Bug fixed, the test now passes.

comment:3 by ywei, 16 years ago

The problem is that when I tried to fix the sum test, I disabled the use of the expression map to store the already created cvc3 expression. But that caused problems, so now I store selective cvc3 expressions in the expression map. To be specifically, I store variables and literal values in the expression map because I don't think they will be affected by the context.

Note: See TracTickets for help on using tickets.