Gecode::CpltSet::Branch::ValMaxUnknown< exclude > Class Template Reference
[CpltSet value selection for branching]
#include <branch.hh>
Detailed Description
template<bool exclude>
class Gecode::CpltSet::Branch::ValMaxUnknown< exclude >
Class for selecting maximum value of unknown ranges.
All value selection classes require
#include "gecode/set/branch.hh"
Definition at line 85 of file branch.hh.
Public Member Functions | |
| int | val (const Space *, CpltSetView x) const |
| Return minimum value of view x. | |
| ModEvent | tell (Space *home, unsigned int a, CpltSetView x, int v) |
Tell (a = 0) or (a = 1). | |
| void | branchingSpec (const Space *home, Reflection::VarMap &m, Reflection::BranchingSpec &bs, int alt, CpltSetView x, int n) const |
| Specification of a branch (for reflection). | |
Static Public Member Functions | |
| static Support::Symbol | type (void) |
| Type of this value selection (for reflection). | |
Member Function Documentation
template<bool exclude>
| int Gecode::CpltSet::Branch::ValMaxUnknown< exclude >::val | ( | const Space * | , | |
| CpltSetView | x | |||
| ) | const [inline] |
template<bool exclude>
| ModEvent Gecode::CpltSet::Branch::ValMaxUnknown< exclude >::tell | ( | Space * | home, | |
| unsigned int | a, | |||
| CpltSetView | x, | |||
| int | v | |||
| ) | [inline] |
template<bool exclude>
| Support::Symbol Gecode::CpltSet::Branch::ValMaxUnknown< exclude >::type | ( | void | ) | [inline, static] |
template<bool exclude>
| void Gecode::CpltSet::Branch::ValMaxUnknown< exclude >::branchingSpec | ( | const Space * | home, | |
| Reflection::VarMap & | m, | |||
| Reflection::BranchingSpec & | bs, | |||
| int | alt, | |||
| CpltSetView | x, | |||
| int | n | |||
| ) | const [inline] |
The documentation for this class was generated from the following files:
- gecode/cpltset/branch.hh (Revision: 6185)
- gecode/cpltset/branch/select-val.icc (Revision: 6185)

(a = 0) or
(a = 1).