Node for an omega tree.
More...
#include <unary.hh>
|
int | p |
| Processing time for subtree.
|
int | ect |
| Earliest completion time for subtree.
|
Node for an omega tree.
Definition at line 660 of file unary.hh.
◆ init()
Initialize node from left child l and right child r.
Definition at line 43 of file tree.hpp.
◆ update()
Update node from left child l and right child r.
Definition at line 48 of file tree.hpp.
int Gecode::Int::Unary::OmegaNode::p |
Processing time for subtree.
Definition at line 663 of file unary.hh.
◆ ect
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: