Generated on Sat Feb 7 2015 02:01:35 for Gecode by doxygen 1.8.9.1

Functions

void Gecode::rel (Home home, FloatVar x0, FloatRelType frt, FloatVar x1)
 Post propagator for $ x_0 \sim_{frt} x_1$. More...
 
void Gecode::rel (Home home, FloatVar x, FloatRelType frt, FloatVal c)
 Propagates $ x \sim_{frt} c$. More...
 
void Gecode::rel (Home home, FloatVar x, FloatRelType frt, FloatVal c, Reify r)
 Post propagator for $(x \sim_{frt} c)\equiv r$. More...
 
void Gecode::rel (Home home, FloatVar x0, FloatRelType frt, FloatVar x1, Reify r)
 Post propagator for $(x_0 \sim_{frt} x_1)\equiv r$. More...
 
void Gecode::rel (Home home, const FloatVarArgs &x, FloatRelType frt, FloatVal c)
 Propagates $ x_i \sim_{frt} c $ for all $0\leq i<|x|$. More...
 
void Gecode::rel (Home home, const FloatVarArgs &x, FloatRelType frt, FloatVar y)
 Propagates $ x_i \sim_{frt} y $ for all $0\leq i<|x|$. More...
 

Detailed Description

Function Documentation

void Gecode::rel ( Home  home,
FloatVar  x0,
FloatRelType  frt,
FloatVar  x1 
)

Post propagator for $ x_0 \sim_{frt} x_1$.

Definition at line 72 of file rel.cpp.

void Gecode::rel ( Home  home,
FloatVar  x0,
FloatRelType  frt,
FloatVal  n 
)

Propagates $ x \sim_{frt} c$.

Definition at line 47 of file rel.cpp.

void Gecode::rel ( Home  home,
FloatVar  x,
FloatRelType  frt,
FloatVal  n,
Reify  r 
)

Post propagator for $(x \sim_{frt} c)\equiv r$.

Definition at line 184 of file rel.cpp.

void Gecode::rel ( Home  home,
FloatVar  x0,
FloatRelType  frt,
FloatVar  x1,
Reify  r 
)

Post propagator for $(x_0 \sim_{frt} x_1)\equiv r$.

Definition at line 96 of file rel.cpp.

void Gecode::rel ( Home  home,
const FloatVarArgs x,
FloatRelType  frt,
FloatVal  c 
)

Propagates $ x_i \sim_{frt} c $ for all $0\leq i<|x|$.

Definition at line 306 of file rel.cpp.

void Gecode::rel ( Home  home,
const FloatVarArgs x,
FloatRelType  frt,
FloatVar  y 
)

Propagates $ x_i \sim_{frt} y $ for all $0\leq i<|x|$.

Definition at line 349 of file rel.cpp.