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