Generated on Thu Apr 5 2018 19:44:19 for Gecode by doxygen 1.8.13

Functions

void Gecode::dom (Home home, IntVar x, int n, IntPropLevel ipl=IPL_DEF)
 Propagates $x=n$. More...
 
void Gecode::dom (Home home, const IntVarArgs &x, int n, IntPropLevel ipl=IPL_DEF)
 Propagates $ x_i=n$ for all $0\leq i<|x|$. More...
 
void Gecode::dom (Home home, IntVar x, int l, int m, IntPropLevel ipl=IPL_DEF)
 Propagates $ l\leq x\leq m$. More...
 
void Gecode::dom (Home home, const IntVarArgs &x, int l, int m, IntPropLevel ipl=IPL_DEF)
 Propagates $ l\leq x_i\leq m$ for all $0\leq i<|x|$. More...
 
void Gecode::dom (Home home, IntVar x, const IntSet &s, IntPropLevel ipl=IPL_DEF)
 Propagates $ x\in s $. More...
 
void Gecode::dom (Home home, const IntVarArgs &x, const IntSet &s, IntPropLevel ipl=IPL_DEF)
 Propagates $ x_i\in s$ for all $0\leq i<|x|$. More...
 
void Gecode::dom (Home home, IntVar x, int n, Reify r, IntPropLevel ipl=IPL_DEF)
 Post domain consistent propagator for $ (x=n) \equiv r$. More...
 
void Gecode::dom (Home home, IntVar x, int l, int m, Reify r, IntPropLevel ipl=IPL_DEF)
 Post domain consistent propagator for $ (l\leq x \leq m) \equiv r$. More...
 
void Gecode::dom (Home home, IntVar x, const IntSet &s, Reify r, IntPropLevel ipl=IPL_DEF)
 Post domain consistent propagator for $ (x \in s) \equiv r$. More...
 
void Gecode::dom (Home home, IntVar x, IntVar d, IntPropLevel ipl=IPL_DEF)
 Constrain domain of x according to domain of d. More...
 
void Gecode::dom (Home home, BoolVar x, BoolVar d, IntPropLevel ipl=IPL_DEF)
 Constrain domain of x according to domain of d. More...
 
void Gecode::dom (Home home, const IntVarArgs &x, const IntVarArgs &d, IntPropLevel ipl=IPL_DEF)
 Constrain domain of $ x_i $ according to domain of $ d_i $ for all $0\leq i<|x|$. More...
 
void Gecode::dom (Home home, const BoolVarArgs &x, const BoolVarArgs &d, IntPropLevel ipl=IPL_DEF)
 Constrain domain of $ x_i $ according to domain of $ d_i $ for all $0\leq i<|x|$. More...
 

Detailed Description

Function Documentation

◆ dom() [1/13]

void Gecode::dom ( Home  home,
IntVar  x,
int  n,
IntPropLevel   
)

Propagates $x=n$.

Definition at line 45 of file dom.cpp.

◆ dom() [2/13]

void Gecode::dom ( Home  home,
const IntVarArgs x,
int  n,
IntPropLevel   
)

Propagates $ x_i=n$ for all $0\leq i<|x|$.

Definition at line 54 of file dom.cpp.

◆ dom() [3/13]

void Gecode::dom ( Home  home,
IntVar  x,
int  min,
int  max,
IntPropLevel   
)

Propagates $ l\leq x\leq m$.

Definition at line 65 of file dom.cpp.

◆ dom() [4/13]

void Gecode::dom ( Home  home,
const IntVarArgs x,
int  min,
int  max,
IntPropLevel   
)

Propagates $ l\leq x_i\leq m$ for all $0\leq i<|x|$.

Definition at line 76 of file dom.cpp.

◆ dom() [5/13]

void Gecode::dom ( Home  home,
IntVar  x,
const IntSet is,
IntPropLevel   
)

Propagates $ x\in s $.

Definition at line 89 of file dom.cpp.

◆ dom() [6/13]

void Gecode::dom ( Home  home,
const IntVarArgs x,
const IntSet is,
IntPropLevel   
)

Propagates $ x_i\in s$ for all $0\leq i<|x|$.

Definition at line 100 of file dom.cpp.

◆ dom() [7/13]

void Gecode::dom ( Home  home,
IntVar  x,
int  n,
Reify  r,
IntPropLevel   
)

Post domain consistent propagator for $ (x=n) \equiv r$.

Definition at line 113 of file dom.cpp.

◆ dom() [8/13]

void Gecode::dom ( Home  home,
IntVar  x,
int  min,
int  max,
Reify  r,
IntPropLevel   
)

Post domain consistent propagator for $ (l\leq x \leq m) \equiv r$.

Definition at line 135 of file dom.cpp.

◆ dom() [9/13]

void Gecode::dom ( Home  home,
IntVar  x,
const IntSet is,
Reify  r,
IntPropLevel   
)

Post domain consistent propagator for $ (x \in s) \equiv r$.

Definition at line 159 of file dom.cpp.

◆ dom() [10/13]

void Gecode::dom ( Home  home,
IntVar  x,
IntVar  d,
IntPropLevel   
)

Constrain domain of x according to domain of d.

Definition at line 179 of file dom.cpp.

◆ dom() [11/13]

void Gecode::dom ( Home  home,
BoolVar  x,
BoolVar  d,
IntPropLevel   
)

Constrain domain of x according to domain of d.

Definition at line 190 of file dom.cpp.

◆ dom() [12/13]

void Gecode::dom ( Home  home,
const IntVarArgs x,
const IntVarArgs d,
IntPropLevel   
)

Constrain domain of $ x_i $ according to domain of $ d_i $ for all $0\leq i<|x|$.

Definition at line 200 of file dom.cpp.

◆ dom() [13/13]

void Gecode::dom ( Home  home,
const BoolVarArgs x,
const BoolVarArgs d,
IntPropLevel   
)

Constrain domain of $ x_i $ according to domain of $ d_i $ for all $0\leq i<|x|$.

Definition at line 215 of file dom.cpp.