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. |
Comparison relation (for two-sided comparisons)
Gecode::SetCmpRel::SetCmpRel | ( | const SetExpr & | l, |
SetRelType | srt, | ||
const SetExpr & | r | ||
) | [inline] |
Constructor.
Definition at line 47 of file set-rel.hpp.
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.