Generated on Tue Mar 5 2013 22:37:50 for Gecode by doxygen 1.8.3.1
Gecode::Set::Branch::AssignValMin< inc > Class Template Reference

Class for assigning minimum value. More...

#include <branch.hh>

Public Member Functions

 AssignValMin (void)
 Default constructor. More...
 
 AssignValMin (Space &home, const ValBranchOptions &vbo)
 Constructor for initialization. More...
 
- Public Member Functions inherited from Gecode::Set::Branch::ValMin< inc >
 ValMin (void)
 Default constructor. More...
 
 ValMin (Space &home, const ValBranchOptions &vbo)
 Constructor for initialization. More...
 
int val (Space &home, SetView x) const
 Return minimum value of view x. More...
 
ModEvent tell (Space &home, unsigned int a, SetView x, int v)
 Tell $v\in x$ (a = 0) or $v\notin x$ (a = 1) More...
 
- Public Member Functions inherited from Gecode::ValSelBase< SetView, int >
 ValSelBase (void)
 Default constructor. More...
 
 ValSelBase (Space &home, const ValBranchOptions &vbo)
 Constructor for initialization. More...
 
EmptyValSelChoice choice (Space &home)
 Return choice. More...
 
EmptyValSelChoice choice (const Space &home, Archive &e)
 Return choice. More...
 
void commit (Space &home, const EmptyValSelChoice &c, unsigned a)
 Commit to choice. More...
 
void update (Space &home, bool share, ValSelBase &vs)
 Updating during cloning. More...
 
void dispose (Space &home)
 Delete value selection. More...
 

Static Public Attributes

static const unsigned int alternatives = 1
 Number of alternatives. More...
 

Additional Inherited Members

- Public Types inherited from Gecode::ValSelBase< SetView, int >
typedef SetView View
 View type. More...
 
typedef int Val
 Value type. More...
 
typedef EmptyValSelChoice Choice
 Choice type. More...
 

Detailed Description

template<bool inc>
class Gecode::Set::Branch::AssignValMin< inc >

Class for assigning minimum value.

Definition at line 165 of file branch.hh.

Constructor & Destructor Documentation

template<bool inc>
Gecode::Set::Branch::AssignValMin< inc >::AssignValMin ( void  )
inline

Default constructor.

Definition at line 172 of file select-val.hpp.

template<bool inc>
Gecode::Set::Branch::AssignValMin< inc >::AssignValMin ( Space home,
const ValBranchOptions vbo 
)
inline

Constructor for initialization.

Definition at line 175 of file select-val.hpp.

Member Data Documentation

template<bool inc>
const unsigned int Gecode::Set::Branch::AssignValMin< inc >::alternatives = 1
static

Number of alternatives.

Definition at line 168 of file branch.hh.


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