Base class for value commit. More...
#include <val-commit.hpp>
Public Types | |
typedef _View | View |
View type. More... | |
typedef View::VarType | Var |
Corresponding variable type. More... | |
typedef _Val | Val |
Value type. More... | |
Public Member Functions | |
ValCommit (Space &home, const ValBranch< Var > &vb) | |
Constructor for initialization. More... | |
ValCommit (Space &home, 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... | |
Base class for value commit.
Definition at line 48 of file val-commit.hpp.
typedef _View Gecode::ValCommit< _View, _Val >::View |
View type.
Definition at line 51 of file val-commit.hpp.
typedef View::VarType Gecode::ValCommit< _View, _Val >::Var |
Corresponding variable type.
Definition at line 53 of file val-commit.hpp.
typedef _Val Gecode::ValCommit< _View, _Val >::Val |
Value type.
Definition at line 55 of file val-commit.hpp.
|
inline |
Constructor for initialization.
Definition at line 105 of file val-commit.hpp.
|
inline |
Constructor for cloning.
Definition at line 108 of file val-commit.hpp.
|
inline |
Whether dispose must always be called (that is, notice is needed)
Definition at line 111 of file val-commit.hpp.
|
inline |
Delete value commit.
Definition at line 116 of file val-commit.hpp.