Node for an extended omega tree. More...
#include <cumulative.hh>
Public Member Functions | |
void | init (const ExtOmegaNode &l, const ExtOmegaNode &r) |
Initialize node from left child l and right child r. More... | |
void | update (const ExtOmegaNode &l, const ExtOmegaNode &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 | |
double | cenv |
Energy envelope for subtree. More... | |
![]() | |
double | e |
Energy for subtree. More... | |
double | env |
Energy envelope for subtree. More... | |
Node for an extended omega tree.
Definition at line 574 of file cumulative.hh.
|
inline |
|
inline |
double Gecode::Int::Cumulative::ExtOmegaNode::cenv |
Energy envelope for subtree.
Definition at line 577 of file cumulative.hh.