Generated on Mon Aug 25 11:35:49 2008 for Gecode by doxygen 1.5.6

Gecode::CpltSet::Branch::ValMinUnknown< exclude > Class Template Reference
[CpltSet value selection for branching]

#include <branch.hh>

List of all members.


Detailed Description

template<bool exclude>
class Gecode::CpltSet::Branch::ValMinUnknown< exclude >

Class for selecting minimum value of unknown ranges.

All value selection classes require

Definition at line 63 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 $v\in x$ (a = 0) or $v\notin x$ (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::ValMinUnknown< exclude >::val ( const Space ,
CpltSetView  x 
) const [inline]

Return minimum value of view x.

Definition at line 42 of file select-val.icc.

template<bool exclude>
ModEvent Gecode::CpltSet::Branch::ValMinUnknown< exclude >::tell ( Space home,
unsigned int  a,
CpltSetView  x,
int  v 
) [inline]

Tell $v\in x$ (a = 0) or $v\notin x$ (a = 1).

Definition at line 50 of file select-val.icc.

template<bool exclude>
Support::Symbol Gecode::CpltSet::Branch::ValMinUnknown< exclude >::type ( void   )  [inline, static]

Type of this value selection (for reflection).

Definition at line 57 of file select-val.icc.

template<bool exclude>
void Gecode::CpltSet::Branch::ValMinUnknown< exclude >::branchingSpec ( const Space home,
Reflection::VarMap m,
Reflection::BranchingSpec bs,
int  alt,
CpltSetView  x,
int  n 
) const [inline]

Specification of a branch (for reflection).

Definition at line 63 of file select-val.icc.


The documentation for this class was generated from the following files: