Generated on Sat Oct 20 2018 12:43:45 for Gecode by doxygen 1.8.13
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. More...
 

Public Attributes

SetExpr l
 Left side of relation. More...
 
SetExpr r
 Right side of relation. More...
 
SetRelType srt
 Which relation. More...
 

Detailed Description

Comparison relation (for two-sided comparisons)

Definition at line 1117 of file minimodel.hh.

Constructor & Destructor Documentation

◆ SetCmpRel()

Gecode::SetCmpRel::SetCmpRel ( const SetExpr l,
SetRelType  srt,
const SetExpr r 
)
inline

Constructor.

Definition at line 43 of file set-rel.hpp.

Member Data Documentation

◆ l

SetExpr Gecode::SetCmpRel::l

Left side of relation.

Definition at line 1120 of file minimodel.hh.

◆ r

SetExpr Gecode::SetCmpRel::r

Right side of relation.

Definition at line 1122 of file minimodel.hh.

◆ srt

SetRelType Gecode::SetCmpRel::srt

Which relation.

Definition at line 1124 of file minimodel.hh.


The documentation for this class was generated from the following files: