Gecode::Int::Cumulative::OmegaNode Class Reference
Node for an omega tree. More...
#include <cumulative.hh>
Public Member Functions | |
void | init (const OmegaNode &l, const OmegaNode &r) |
Initialize node from left child l and right child r. | |
void | update (const OmegaNode &l, const OmegaNode &r) |
Update node from left child l and right child r. | |
Public Attributes | |
long long int | e |
Energy for subtree. | |
long long int | env |
Energy envelope for subtree. |
Detailed Description
Node for an omega tree.
Definition at line 547 of file cumulative.hh.
Member Function Documentation
Member Data Documentation
long long int Gecode::Int::Cumulative::OmegaNode::e |
Energy for subtree.
Definition at line 550 of file cumulative.hh.
long long int Gecode::Int::Cumulative::OmegaNode::env |
Energy envelope for subtree.
Definition at line 552 of file cumulative.hh.
The documentation for this class was generated from the following files:
- gecode/int/cumulative.hh
- gecode/int/cumulative/tree.hpp