Gecode::SetCmpRel Class Reference
Comparison relation (for two-sided comparisons). More...
#include <minimodel.hh>
Public Member Functions | |
SetCmpRel (const SetExpr &l, SetRelType srt, const SetExpr &r) | |
Constructor. | |
Public Attributes | |
SetExpr | l |
Left side of relation. | |
SetExpr | r |
Right side of relation. | |
SetRelType | srt |
Which relation. |
Detailed Description
Comparison relation (for two-sided comparisons).
Definition at line 848 of file minimodel.hh.
Constructor & Destructor Documentation
Gecode::SetCmpRel::SetCmpRel | ( | const SetExpr & | l, | |
SetRelType | srt, | |||
const SetExpr & | r | |||
) | [inline] |
Constructor.
Definition at line 47 of file set-rel.hpp.
Member Data Documentation
Left side of relation.
Definition at line 851 of file minimodel.hh.
Right side of relation.
Definition at line 853 of file minimodel.hh.
Which relation.
Definition at line 855 of file minimodel.hh.
The documentation for this class was generated from the following files:
- gecode/minimodel.hh (Revision: 12537)
- gecode/minimodel/set-rel.hpp (Revision: 11195)