Node for an omega lambda tree. More...
#include <cumulative.hh>
Public Member Functions | |
void | init (const OmegaLambdaNode &l, const OmegaLambdaNode &r) |
Initialize node from left child l and right child r. More... | |
void | update (const OmegaLambdaNode &l, const OmegaLambdaNode &r) |
Update node from left child l and right child r. More... | |
![]() | |
void | init (const OmegaNode &l, const OmegaNode &r) |
Initialize node from left child l and right child r. More... | |
void | update (const OmegaNode &l, const OmegaNode &r) |
Update node from left child l and right child r. More... | |
Public Attributes | |
long long int | le |
Energy for subtree. More... | |
long long int | lenv |
Energy envelope for subtree. More... | |
int | resLe |
Node which is responsible for le. More... | |
int | resLenv |
Node which is responsible for lenv. More... | |
![]() | |
long long int | e |
Energy for subtree. More... | |
long long int | env |
Energy envelope for subtree. More... | |
Static Public Attributes | |
static const int | undef = -1 |
Undefined task. More... | |
Node for an omega lambda tree.
Definition at line 629 of file cumulative.hh.
|
inline |
|
inline |
|
static |
Undefined task.
Definition at line 632 of file cumulative.hh.
long long int Gecode::Int::Cumulative::OmegaLambdaNode::le |
Energy for subtree.
Definition at line 634 of file cumulative.hh.
long long int Gecode::Int::Cumulative::OmegaLambdaNode::lenv |
Energy envelope for subtree.
Definition at line 636 of file cumulative.hh.
int Gecode::Int::Cumulative::OmegaLambdaNode::resLe |
Node which is responsible for le.
Definition at line 638 of file cumulative.hh.
int Gecode::Int::Cumulative::OmegaLambdaNode::resLenv |
Node which is responsible for lenv.
Definition at line 640 of file cumulative.hh.