Changes between Initial Version and Version 1 of Ticket #54


Ignore:
Timestamp:
08/27/09 09:36:17 (17 years ago)
Author:
Stephen Siegel
Comment:

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.
     1There 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
     3And translate "x>=y" to lessThanOrEquals(y,x).