Just listing here for the record - [ ] `LessThanEqualIf`, `GreaterThanIf`, `GreaterThanEqualIf` (just wrappers) - [ ] `NotEqualsIf`, `NotEqualsIff` - [ ] `LinearLessEqualIf`, `LinearGreaterEqualIf` (can use coefficients for boolvar =>, but what about IntegerVariableCondition => more generally?) - [ ] `LinearEqualityIf`, `LinearNotEqualsIf` `LinearNotEqualsIff` - [ ] Half reified `And` and `Or` - [x] ~`XOR` on an arbitrary number of vars~ (same as parity) - [ ] Other globals: cumulative, GCC, allequal, alldifferentexcept, nooverlap
Just listing here for the record
LessThanEqualIf,GreaterThanIf,GreaterThanEqualIf(just wrappers)NotEqualsIf,NotEqualsIffLinearLessEqualIf,LinearGreaterEqualIf(can use coefficients for boolvar =>, but what about IntegerVariableCondition => more generally?)LinearEqualityIf,LinearNotEqualsIfLinearNotEqualsIffAndandOr(same as parity)XORon an arbitrary number of vars