Changes between Initial Version and Version 1 of Ticket #54
- Timestamp:
- 08/27/09 09:36:17 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54 – Description
initial v1 1 There is now support for the <= expression (lessThanOrEquals) in the ModelFactoryIF. Please translate <= in a MiniMP program directly to a lessThanOrEquals expression. 1 There is now support for the <= expression (lessThanOrEquals) in the ModelFactoryIF. Please translate "x<=y" in a MiniMP program directly to a lessThanOrEquals(x,y) expression. 2 3 And translate "x>=y" to lessThanOrEquals(y,x).
