Mixed integer and set expressions
[Direct modeling support]
Functions | |
| BoolExpr | Gecode::operator== (const SetExpr &s, const LinIntExpr &x) |
Return expression for . | |
| BoolExpr | Gecode::operator== (const LinIntExpr &x, const SetExpr &s) |
Return expression for . | |
| BoolExpr | Gecode::operator== (const LinIntExpr &, IntSet) |
| Prevent comparison with IntSet. | |
| BoolExpr | Gecode::operator== (IntSet, const LinIntExpr &) |
| Prevent comparison with IntSet. | |
| BoolExpr | Gecode::operator!= (const SetExpr &s, const LinIntExpr &x) |
Return expression for . | |
| BoolExpr | Gecode::operator!= (const LinIntExpr &x, const SetExpr &s) |
Return expression for . | |
| BoolExpr | Gecode::operator!= (const LinIntExpr &, IntSet) |
| Prevent comparison with IntSet. | |
| BoolExpr | Gecode::operator!= (IntSet, const LinIntExpr &) |
| Prevent comparison with IntSet. | |
| BoolExpr | Gecode::operator<= (const SetExpr &s, const LinIntExpr &x) |
Return expression for . | |
| BoolExpr | Gecode::operator<= (const LinIntExpr &x, const SetExpr &s) |
Return expression for . | |
| BoolExpr | Gecode::operator<= (const LinIntExpr &, IntSet) |
| Prevent comparison with IntSet. | |
| BoolExpr | Gecode::operator<= (IntSet, const LinIntExpr &) |
| Prevent comparison with IntSet. | |
| BoolExpr | Gecode::operator< (const SetExpr &s, const LinIntExpr &x) |
Return expression for . | |
| BoolExpr | Gecode::operator< (const LinIntExpr &x, const SetExpr &s) |
Return expression for . | |
| BoolExpr | Gecode::operator< (const LinIntExpr &, IntSet) |
| Prevent comparison with IntSet. | |
| BoolExpr | Gecode::operator< (IntSet, const LinIntExpr &) |
| Prevent comparison with IntSet. | |
| BoolExpr | Gecode::operator>= (const SetExpr &s, const LinIntExpr &x) |
Return expression for . | |
| BoolExpr | Gecode::operator>= (const LinIntExpr &x, const SetExpr &s) |
Return expression for . | |
| BoolExpr | Gecode::operator>= (const LinIntExpr &, IntSet) |
| Prevent comparison with IntSet. | |
| BoolExpr | Gecode::operator>= (IntSet, const LinIntExpr &) |
| Prevent comparison with IntSet. | |
| BoolExpr | Gecode::operator> (const SetExpr &s, const LinIntExpr &x) |
Return expression for . | |
| BoolExpr | Gecode::operator> (const LinIntExpr &x, const SetExpr &s) |
Return expression for . | |
| BoolExpr | Gecode::operator> (const LinIntExpr &, IntSet) |
| Prevent comparison with IntSet. | |
| BoolExpr | Gecode::operator> (IntSet, const LinIntExpr &) |
| Prevent comparison with IntSet. | |
Function Documentation
| BoolExpr Gecode::operator== | ( | const SetExpr & | x, | |
| const LinIntExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator== | ( | const LinIntExpr & | x, | |
| const SetExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator== | ( | const LinIntExpr & | , | |
| IntSet | ||||
| ) |
Prevent comparison with IntSet.
| BoolExpr Gecode::operator== | ( | IntSet | , | |
| const LinIntExpr & | ||||
| ) |
Prevent comparison with IntSet.
| BoolExpr Gecode::operator!= | ( | const SetExpr & | x, | |
| const LinIntExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator!= | ( | const LinIntExpr & | x, | |
| const SetExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator!= | ( | const LinIntExpr & | , | |
| IntSet | ||||
| ) |
Prevent comparison with IntSet.
| BoolExpr Gecode::operator!= | ( | IntSet | , | |
| const LinIntExpr & | ||||
| ) |
Prevent comparison with IntSet.
| BoolExpr Gecode::operator<= | ( | const SetExpr & | x, | |
| const LinIntExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator<= | ( | const LinIntExpr & | x, | |
| const SetExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator<= | ( | const LinIntExpr & | , | |
| IntSet | ||||
| ) |
Prevent comparison with IntSet.
| BoolExpr Gecode::operator<= | ( | IntSet | , | |
| const LinIntExpr & | ||||
| ) |
Prevent comparison with IntSet.
| BoolExpr Gecode::operator< | ( | const SetExpr & | x, | |
| const LinIntExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator< | ( | const LinIntExpr & | x, | |
| const SetExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator< | ( | const LinIntExpr & | , | |
| IntSet | ||||
| ) |
Prevent comparison with IntSet.
| BoolExpr Gecode::operator< | ( | IntSet | , | |
| const LinIntExpr & | ||||
| ) |
Prevent comparison with IntSet.
| BoolExpr Gecode::operator>= | ( | const SetExpr & | x, | |
| const LinIntExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator>= | ( | const LinIntExpr & | x, | |
| const SetExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator>= | ( | const LinIntExpr & | , | |
| IntSet | ||||
| ) |
Prevent comparison with IntSet.
| BoolExpr Gecode::operator>= | ( | IntSet | , | |
| const LinIntExpr & | ||||
| ) |
Prevent comparison with IntSet.
| BoolExpr Gecode::operator> | ( | const SetExpr & | x, | |
| const LinIntExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator> | ( | const LinIntExpr & | x, | |
| const SetExpr & | y | |||
| ) |
Return expression for
.
| BoolExpr Gecode::operator> | ( | const LinIntExpr & | , | |
| IntSet | ||||
| ) |
Prevent comparison with IntSet.
| BoolExpr Gecode::operator> | ( | IntSet | , | |
| const LinIntExpr & | ||||
| ) |
Prevent comparison with IntSet.
