branch.hh File Reference
(Revision: 13801)
#include <gecode/float.hh>
#include <gecode/float/branch/merit.hpp>
#include <gecode/float/branch/val-sel.hpp>
#include <gecode/float/branch/val-commit.hpp>
Go to the source code of this file.
Classes | |
class | Gecode::Float::Branch::MeritMin |
Merit class for mimimum. More... | |
class | Gecode::Float::Branch::MeritMax |
Merit class for maximum of float view. More... | |
class | Gecode::Float::Branch::MeritSize |
Merit class for size of float view. More... | |
class | Gecode::Float::Branch::MeritDegreeSize |
Merit class for size over degree. More... | |
class | Gecode::Float::Branch::MeritAFCSize |
Merit class for size over afc. More... | |
class | Gecode::Float::Branch::MeritActivitySize |
Merit class for size over activity. More... | |
class | Gecode::Float::Branch::ValSelLq |
Value selection class for values smaller than median of view. More... | |
class | Gecode::Float::Branch::ValSelGq |
Value selection class for values smaller than median of view. More... | |
class | Gecode::Float::Branch::ValSelRnd |
Value selection class for random value of view. More... | |
class | Gecode::Float::Branch::ValCommitLqGq |
Value commit class for less or equal or greater or equal. More... | |
Namespaces | |
namespace | Gecode::Float::Branch |
Float branchers. | |
namespace | Gecode |
Gecode toplevel namespace | |
namespace | Gecode::Float |
Floating point numbers. | |
Functions | |
ViewSel< FloatView > * | Gecode::Float::Branch::viewsel (Space &home, const FloatVarBranch &fvb) |
Return view selectors for float views. | |
ValSelCommitBase< FloatView, FloatNumBranch > * | Gecode::Float::Branch::valselcommit (Space &home, const FloatValBranch &svb) |
Return value and commit for float views. | |
ValSelCommitBase< FloatView, FloatNumBranch > * | Gecode::Float::Branch::valselcommit (Space &home, const FloatAssign &ia) |
Return value and commit for float views. |