open-psa / mef

The Open-PSA Model Exchange Format
https://open-psa.github.io/mef
5 stars 7 forks source link

Use 'neq' instead of 'df' for Boolean not-equal operation #26

Open rakhimov opened 7 years ago

rakhimov commented 7 years ago

As noted in #3 bug report, 'df' is a poor choice for Boolean not-equal, standing for 'different' and at risk of being confused for 'difference'. 'neq' is a unambiguous choice standing for 'not-equal' in similar fashion as already present operators: 'eq', 'leq', 'geq'.

Fixes #3.