Generated on Fri Aug 24 2012 04:52:22 for Gecode by doxygen 1.8.1.2
Gecode::Int::Branch::AssignValMin< View > Class Template Reference

Class for assigning minimum value. More...

#include <branch.hh>

Public Member Functions

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

Static Public Attributes

static const unsigned int alternatives = 1
 Number of alternatives.

Additional Inherited Members

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

Detailed Description

template<class View>
class Gecode::Int::Branch::AssignValMin< View >

Class for assigning minimum value.

Definition at line 250 of file branch.hh.

Constructor & Destructor Documentation

template<class View >
Gecode::Int::Branch::AssignValMin< View >::AssignValMin ( void  )
inline

Default constructor.

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

template<class View >
Gecode::Int::Branch::AssignValMin< View >::AssignValMin ( Space home,
const ValBranchOptions vbo 
)
inline

Constructor for initialization.

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

Member Data Documentation

template<class View>
const unsigned int Gecode::Int::Branch::AssignValMin< View >::alternatives = 1
static

Number of alternatives.

Definition at line 253 of file branch.hh.


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