Generated on Sat May 25 2013 18:00:51 for Gecode by doxygen 1.8.3.1
Gecode::Set::Branch::ValCommitExc Class Reference

Value commit class for exclusion. More...

#include <branch.hh>

Public Member Functions

 ValCommitExc (Space &home, const ValBranch &vb)
 Constructor for initialization. More...
 
 ValCommitExc (Space &home, bool shared, ValCommitExc &vc)
 Constructor for cloning. More...
 
ModEvent commit (Space &home, unsigned int a, SetView x, int i, int n)
 Commit view x at position i to value n for alternative a. More...
 
- Public Member Functions inherited from Gecode::ValCommit< SetView, int >
 ValCommit (Space &home, const ValBranch &vb)
 Constructor for initialization. More...
 
 ValCommit (Space &home, bool shared, ValCommit< View, Val > &vs)
 Constructor for cloning. More...
 
bool notice (void) const
 Whether dispose must always be called (that is, notice is needed) More...
 
void dispose (Space &home)
 Delete value commit. More...
 

Additional Inherited Members

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

Detailed Description

Value commit class for exclusion.

Requires

Definition at line 315 of file branch.hh.

Constructor & Destructor Documentation

Gecode::Set::Branch::ValCommitExc::ValCommitExc ( Space home,
const ValBranch vb 
)
inline

Constructor for initialization.

Definition at line 58 of file val-commit.hpp.

Gecode::Set::Branch::ValCommitExc::ValCommitExc ( Space home,
bool  shared,
ValCommitExc vc 
)
inline

Constructor for cloning.

Definition at line 61 of file val-commit.hpp.

Member Function Documentation

ModEvent Gecode::Set::Branch::ValCommitExc::commit ( Space home,
unsigned int  a,
SetView  x,
int  i,
int  n 
)
inline

Commit view x at position i to value n for alternative a.

Definition at line 64 of file val-commit.hpp.


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