Generated on Sat Apr 10 2021 00:00:00 for Gecode by doxygen 1.9.1
element.cpp File Reference

Go to the source code of this file.

Classes

class  Gecode::Int::ViewToVarArg< Gecode::Set::ConstSetView >
 VarArg type for constant Set views. More...
 

Namespaces

 Gecode::Int
 Finite domain integers.
 

Functions

void Gecode::element (Home home, SetOpType op, const SetVarArgs &x, SetVar y, SetVar z, const IntSet &universe)
 
void Gecode::element (Home home, SetOpType op, const IntVarArgs &x, SetVar y, SetVar z, const IntSet &universe)
 
void Gecode::element (Home home, SetOpType op, const IntSetArgs &x, SetVar y, SetVar z, const IntSet &universe)
 
void Gecode::element (Home home, SetOpType op, const IntArgs &x, SetVar y, SetVar z, const IntSet &universe)
 
void Gecode::element (Home home, const SetVarArgs &x, IntVar y, SetVar z)
 
void Gecode::element (Home home, const IntSetArgs &x, IntVar y, SetVar z)
 
void Gecode::element (Home home, const IntSetArgs &a, IntVar x, int w, IntVar y, int h, SetVar z)
 
void Gecode::element (Home home, const SetVarArgs &a, IntVar x, int w, IntVar y, int h, SetVar z)
 

Function Documentation

◆ element() [1/8]

void Gecode::element ( Home  home,
SetOpType  op,
const SetVarArgs x,
SetVar  y,
SetVar  z,
const IntSet universe 
)

Definition at line 52 of file element.cpp.

◆ element() [2/8]

void Gecode::element ( Home  home,
SetOpType  op,
const IntVarArgs x,
SetVar  y,
SetVar  z,
const IntSet universe 
)

Definition at line 92 of file element.cpp.

◆ element() [3/8]

void Gecode::element ( Home  home,
SetOpType  op,
const IntSetArgs x,
SetVar  y,
SetVar  z,
const IntSet universe 
)

Definition at line 132 of file element.cpp.

◆ element() [4/8]

void Gecode::element ( Home  home,
SetOpType  op,
const IntArgs x,
SetVar  y,
SetVar  z,
const IntSet universe 
)

Definition at line 177 of file element.cpp.

◆ element() [5/8]

void Gecode::element ( Home  home,
const SetVarArgs x,
IntVar  y,
SetVar  z 
)

Definition at line 186 of file element.cpp.

◆ element() [6/8]

void Gecode::element ( Home  home,
const IntSetArgs x,
IntVar  y,
SetVar  z 
)

Definition at line 201 of file element.cpp.

◆ element() [7/8]

void Gecode::element ( Home  home,
const IntSetArgs a,
IntVar  x,
int  w,
IntVar  y,
int  h,
SetVar  z 
)

Definition at line 227 of file element.cpp.

◆ element() [8/8]

void Gecode::element ( Home  home,
const SetVarArgs a,
IntVar  x,
int  w,
IntVar  y,
int  h,
SetVar  z 
)

Definition at line 238 of file element.cpp.