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 )
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 , 17 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 17 years ago
| Status: | new → accepted |
|---|
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Feature added.