set-rel.cpp File Reference
#include <gecode/minimodel.hh>Go to the source code of this file.
Namespaces | |
| namespace | Gecode |
Gecode toplevel namespace | |
Functions | |
| SetRel | Gecode::operator== (const SetExpr &, const SetExpr &) |
| Equality of set expressions. | |
| SetRel | Gecode::operator!= (const SetExpr &, const SetExpr &) |
| Disequality of set expressions. | |
| SetCmpRel | Gecode::operator<= (const SetExpr &, const SetExpr &) |
| Subset of set expressions. | |
| BoolExpr | Gecode::operator<= (const SetCmpRel &, const SetExpr &) |
| Subset of set expressions. | |
| SetCmpRel | Gecode::operator>= (const SetExpr &, const SetExpr &) |
| Superset of set expressions. | |
| BoolExpr | Gecode::operator>= (const SetCmpRel &, const SetExpr &) |
| Superset of set expressions. | |
| SetRel | Gecode::operator|| (const SetExpr &, const SetExpr &) |
| Disjointness of set expressions. | |
| 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 SetExpr &s, const LinIntExpr &x) |
Return expression for . | |
| BoolExpr | Gecode::operator!= (const LinIntExpr &x, const SetExpr &s) |
Return expression for . | |
| 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 SetExpr &s, const LinIntExpr &x) |
Return expression for . | |
| BoolExpr | Gecode::operator< (const LinIntExpr &x, const SetExpr &s) |
Return expression for . | |
| 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 SetExpr &s, const LinIntExpr &x) |
Return expression for . | |
| BoolExpr | Gecode::operator> (const LinIntExpr &x, const SetExpr &s) |
Return expression for . | |
Variable Documentation
| SetExpr _s |
The set expression.
Definition at line 80 of file set-rel.cpp.
| LinIntExpr _x |
The integer expression.
Definition at line 82 of file set-rel.cpp.
| IntRelType _irt |
The integer relation type.
Definition at line 84 of file set-rel.cpp.

.
.
.
.
.
.
.
.
.
.
.
.