Node for an omega tree.
More...
#include <unary.hh>
|
int | p |
| Processing time for subtree. More...
|
|
int | ect |
| Earliest completion time for subtree. More...
|
|
Node for an omega tree.
Definition at line 660 of file unary.hh.
Initialize node from left child l and right child r.
Definition at line 47 of file tree.hpp.
Update node from left child l and right child r.
Definition at line 52 of file tree.hpp.
int Gecode::Int::Unary::OmegaNode::p |
Processing time for subtree.
Definition at line 663 of file unary.hh.
int Gecode::Int::Unary::OmegaNode::ect |
Earliest completion time for subtree.
Definition at line 665 of file unary.hh.
The documentation for this class was generated from the following files: