
Modules | |
| Variable arrays | |
| Variable arrays can store variables. They are typically used for storing the variables being part of a solution (script). However, they can also be used for temporary purposes (even though memory is not reclaimed until the space it is created for is deleted). | |
| 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... | |
| enum Gecode::FloatRelType |