Value commit class for greater. More...
#include <branch.hh>
Public Member Functions | |
ValCommitGr (Space &home, const ValBranch &vb) | |
Constructor for initialization. More... | |
ValCommitGr (Space &home, bool shared, ValCommitGr &vc) | |
Constructor for cloning. More... | |
ModEvent | commit (Space &home, unsigned int a, View x, int i, int n) |
Commit view x at position i to value n for alternative a. More... | |
NGL * | ngl (Space &home, unsigned int a, View x, int n) const |
Create no-good literal for alternative a. More... | |
void | print (const Space &home, unsigned int a, View x, int i, int n, std::ostream &o) const |
Print on o the alternative with view x at position i and value n. More... | |
![]() | |
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 | |
![]() | |
typedef View | View |
View type. More... | |
typedef int | Val |
Value type. More... | |
Value commit class for greater.
Requires
|
inline |
Constructor for initialization.
Definition at line 129 of file val-commit.hpp.
|
inline |
Constructor for cloning.
Definition at line 133 of file val-commit.hpp.
|
inline |
Commit view x at position i to value n for alternative a.
Definition at line 137 of file val-commit.hpp.
|
inline |
Create no-good literal for alternative a.
Definition at line 142 of file val-commit.hpp.
|
inline |
Print on o the alternative with view x at position i and value n.
Definition at line 150 of file val-commit.hpp.