Node for an omega lambda tree.
More...
#include <unary.hh>
Node for an omega lambda tree.
Definition at line 695 of file unary.hh.
Initialize node from left child l and right child r.
Definition at line 109 of file tree.hpp.
Update node from left child l and right child r.
Definition at line 115 of file tree.hpp.
const int Gecode::Int::Unary::OmegaLambdaNode::undef = -1 |
|
static |
Undefined task.
Definition at line 698 of file unary.hh.
int Gecode::Int::Unary::OmegaLambdaNode::lp |
Processing times for subtree.
Definition at line 700 of file unary.hh.
int Gecode::Int::Unary::OmegaLambdaNode::lect |
Earliest completion times for subtree.
Definition at line 702 of file unary.hh.
int Gecode::Int::Unary::OmegaLambdaNode::resEct |
Node which is responsible for lect.
Definition at line 704 of file unary.hh.
int Gecode::Int::Unary::OmegaLambdaNode::resLp |
Node which is responsible for lp.
Definition at line 706 of file unary.hh.
The documentation for this class was generated from the following files: