Opened 17 years ago

Closed 17 years ago

#54 closed enhancement (fixed)

translate <= as lessThanOrEquals

Reported by: Stephen Siegel Owned by: ywei
Priority: major Milestone:
Component: front Version: 1.0
Keywords: less than, equals, <, <=, expression Cc:

Description (last modified by Stephen Siegel)

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.

And translate "x>=y" to lessThanOrEquals(y,x).

Change History (3)

comment:1 by Stephen Siegel, 17 years ago

Description: modified (diff)

comment:2 by ywei, 17 years ago

Status: newaccepted

comment:3 by ywei, 17 years ago

Resolution: fixed
Status: acceptedclosed

Feature added.

Note: See TracTickets for help on using tickets.