Opened 15 years ago
Last modified 7 years ago
#1177 new discussion
Redesign and set up restrictions for simplication of expressions
Reported by: | Peter Aronsson | Owned by: | Peter Aronsson |
---|---|---|---|
Priority: | critical | Milestone: | Future |
Component: | *unknown* | Version: | |
Keywords: | Cc: | Peter Aronsson |
Description
Simplification of expressions can lead to numerical problems. For instance a/b/c can if rewritten to a/(b*c) lead to overflow and loss of precision.
There is therefore a need to set up some rules and restrictions on what simplifications can be allowed. Also, the simplifier should probably not succeed and change an expression if it is not "more simple". The reason being that the modeller probably knows best and if he writes a/b/c instead of a/(b*c) he might have a good reason for it.
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 9 years ago
Cc: | petar, → petar |
---|---|
Milestone: | → Future |
Note:
See TracTickets
for help on using tickets.
This should be part of milestone Red October (deadline 2010-10-15).