Generated on Thu Mar 13 2014 04:39:50 for Gecode by doxygen 1.8.1.2
Gecode::Set::Branch::AssignValMax< inc > Class Template Reference

Class for assigning maximum value. More...

#include <branch.hh>

Public Member Functions

 AssignValMax (void)
 Default constructor.
 AssignValMax (Space &home, const ValBranchOptions &vbo)
 Constructor for initialization.
- Public Member Functions inherited from Gecode::Set::Branch::ValMax< inc >
 ValMax (void)
 Default constructor.
 ValMax (Space &home, const ValBranchOptions &vbo)
 Constructor for initialization.
int val (Space &home, SetView x) const
 Return maximum value of view x.
ModEvent tell (Space &home, unsigned int a, SetView x, int v)
 Tell $v\in x$ (a = 0) or $v\notin x$ (a = 1)
- Public Member Functions inherited from Gecode::ValSelBase< SetView, 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< SetView, int >
typedef SetView View
 View type.
typedef int Val
 Value type.
typedef EmptyValSelChoice Choice
 Choice type.

Detailed Description

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

Class for assigning maximum value.

Definition at line 189 of file branch.hh.

Constructor & Destructor Documentation

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

Default constructor.

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

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

Constructor for initialization.

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

Member Data Documentation

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

Number of alternatives.

Definition at line 192 of file branch.hh.


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