Node for an omega tree.
More...
#include <unary.hh>
List of all members.
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 |
int | p |
| Processing time for subtree.
|
int | ect |
| Earliest completion time for subtree.
|
Detailed Description
Member Function Documentation
void Gecode::Int::Unary::OmegaNode::init |
( |
const OmegaNode & |
l, |
|
|
const OmegaNode & |
r |
|
) |
| [inline] |
Initialize node from left child l and right child r.
Definition at line 47 of file tree.hpp.
void Gecode::Int::Unary::OmegaNode::update |
( |
const OmegaNode & |
l, |
|
|
const OmegaNode & |
r |
|
) |
| [inline] |
Update node from left child l and right child r.
Definition at line 52 of file tree.hpp.
Member Data Documentation
Processing time for subtree.
Definition at line 663 of file unary.hh.
Earliest completion time for subtree.
Definition at line 665 of file unary.hh.
The documentation for this class was generated from the following files: