Value commit class for inclusion. More...
#include <branch.hh>
Public Member Functions | |
ValCommitInc (Space &home, const ValBranch< Var > &vb) | |
Constructor for initialization. | |
ValCommitInc (Space &home, ValCommitInc &vc) | |
Constructor for cloning. | |
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. | |
NGL * | ngl (Space &home, unsigned int a, View x, int n) const |
Create no-good literal for alternative a. | |
void | print (const Space &home, unsigned int a, SetView x, int i, int n, std::ostream &o) const |
Print on o the alternative with view x at position i and value n. | |
![]() | |
ValCommit (Space &home, const ValBranch< Var > &vb) | |
Constructor for initialization. | |
ValCommit (Space &home, ValCommit< View, Val > &vs) | |
Constructor for cloning. | |
bool | notice (void) const |
Whether dispose must always be called (that is, notice is needed) | |
void | dispose (Space &home) |
Delete value commit. | |
Additional Inherited Members | |
![]() | |
typedef SetView | View |
View type. | |
typedef View::VarType | Var |
Corresponding variable type. | |
typedef int | Val |
Value type. | |
|
inline |
Constructor for initialization.
Definition at line 43 of file val-commit.hpp.
|
inline |
Constructor for cloning.
Definition at line 46 of file val-commit.hpp.
|
inline |
Commit view x at position i to value n for alternative a.
Definition at line 49 of file val-commit.hpp.
|
inline |
Create no-good literal for alternative a.
Definition at line 53 of file val-commit.hpp.
|
inline |
Print on o the alternative with view x at position i and value n.
Definition at line 60 of file val-commit.hpp.