Changes between Initial Version and Version 1 of Ticket #3097
- Timestamp:
- 2015-01-23T22:17:21Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3097 – Description
initial v1 1 1 In the following model, relational operators give inconsistent results when the compared variable is set using an "if-expression": 2 {{{#!mo 2 3 model Test 3 4 Real y; … … 10 11 y = if time > 2 then 100 else 0; 11 12 end Test; 13 }}} 12 14 13 15 The results show that b1 b2 and b3 are all true at the same time, which is illogical.