Generated on Wed Nov 5 2014 05:18:35 for Gecode by doxygen 1.7.6.1
Using float variables and constraints

Modules

 Variable arrays
 Domain constraints
 Simple relation constraints over float variables
 Arithmetic constraints
 Linear constraints over float variables
 Channel constraints
 Synchronized execution
 Branching on float variables

Enumerations

enum  Gecode::FloatRelType {
  Gecode::FRT_EQ, Gecode::FRT_NQ, Gecode::FRT_LQ, Gecode::FRT_LE,
  Gecode::FRT_GQ, Gecode::FRT_GR
}
 Relation types for floats. More...

Enumeration Type Documentation

Relation types for floats.

Enumerator:
FRT_EQ 

Equality ( $=$)

FRT_NQ 

Disequality ( $\neq$)

FRT_LQ 

Less or equal ( $\leq$)

FRT_LE 

Less ( $<$)

FRT_GQ 

Greater or equal ( $\geq$)

FRT_GR 

Greater ( $>$)

Definition at line 1054 of file float.hh.