Base class for value selection and commit. More...
#include <brancher-val-sel-commit.hpp>
Public Types | |
typedef _View | View |
View type. More... | |
typedef _Val | Val |
Value type. More... | |
Public Member Functions | |
ValSelCommitBase (Space &home, const ValBranch &vb) | |
Constructor for initialization. More... | |
ValSelCommitBase (Space &home, bool shared, ValSelCommitBase< View, Val > &vsc) | |
Constructor for cloning. More... | |
virtual Val | val (const Space &home, View x, int i)=0 |
Return value of view x at position i. More... | |
virtual ModEvent | commit (Space &home, unsigned int a, View x, int i, Val n)=0 |
Commit view x at position i to value n for alternative a. More... | |
virtual NGL * | ngl (Space &home, unsigned int a, View x, Val n) const =0 |
Create no-good literal for choice c and alternative a. More... | |
virtual void | print (const Space &home, unsigned int a, View x, int i, const Val &n, std::ostream &o) const =0 |
Print on o branch for alternative a, view x at position i, and value n. More... | |
virtual ValSelCommitBase< View, Val > * | copy (Space &home, bool shared)=0 |
Perform cloning. More... | |
virtual bool | notice (void) const =0 |
Whether dispose must always be called (that is, notice is needed) More... | |
virtual void | dispose (Space &home)=0 |
Delete value selection. More... | |
Memory management | |
static void * | operator new (size_t s, Space &home) |
Allocate memory from space. More... | |
static void | operator delete (void *p, Space &home) |
Return memory to space. More... | |
static void | operator delete (void *p) |
Needed for exceptions. More... | |
Base class for value selection and commit.
Definition at line 48 of file brancher-val-sel-commit.hpp.
typedef _View Gecode::ValSelCommitBase< _View, _Val >::View |
View type.
Definition at line 51 of file brancher-val-sel-commit.hpp.
typedef _Val Gecode::ValSelCommitBase< _View, _Val >::Val |
Value type.
Definition at line 53 of file brancher-val-sel-commit.hpp.
|
inline |
Constructor for initialization.
Definition at line 131 of file brancher-val-sel-commit.hpp.
|
inline |
Constructor for cloning.
Definition at line 135 of file brancher-val-sel-commit.hpp.
|
pure virtual |
Return value of view x at position i.
Implemented in Gecode::ValSelCommit< ValSel, ValCommit >.
|
pure virtual |
Commit view x at position i to value n for alternative a.
Implemented in Gecode::ValSelCommit< ValSel, ValCommit >.
|
pure virtual |
Create no-good literal for choice c and alternative a.
Implemented in Gecode::ValSelCommit< ValSel, ValCommit >.
|
pure virtual |
Print on o branch for alternative a, view x at position i, and value n.
Implemented in Gecode::ValSelCommit< ValSel, ValCommit >.
|
pure virtual |
Perform cloning.
Implemented in Gecode::ValSelCommit< ValSel, ValCommit >.
|
pure virtual |
Whether dispose must always be called (that is, notice is needed)
Implemented in Gecode::ValSelCommit< ValSel, ValCommit >.
|
pure virtual |
Delete value selection.
Implemented in Gecode::ValSelCommit< ValSel, ValCommit >.
|
inlinestatic |
Allocate memory from space.
Definition at line 145 of file brancher-val-sel-commit.hpp.
|
inlinestatic |
Return memory to space.
Definition at line 142 of file brancher-val-sel-commit.hpp.
|
inlinestatic |
Needed for exceptions.
Definition at line 139 of file brancher-val-sel-commit.hpp.