Generated on Thu Apr 11 14:00:05 2019 for Gecode by doxygen 1.6.3

Gecode::Int::Unary::OmegaLambdaNode Class Reference

Node for an omega lambda tree. More...

#include <unary.hh>

List of all members.

Public Member Functions

void init (const OmegaLambdaNode &l, const OmegaLambdaNode &r)
 Initialize node from left child l and right child r.
void update (const OmegaLambdaNode &l, const OmegaLambdaNode &r)
 Update node from left child l and right child r.

Public Attributes

int lp
 Processing times for subtree.
int lect
 Earliest completion times for subtree.
int resEct
 Node which is responsible for lect.
int resLp
 Node which is responsible for lp.

Static Public Attributes

static const int undef = -1
 Undefined task.

Detailed Description

Node for an omega lambda tree.

Definition at line 695 of file unary.hh.


Member Function Documentation

void Gecode::Int::Unary::OmegaLambdaNode::init ( const OmegaLambdaNode l,
const OmegaLambdaNode r 
) [inline]

Initialize node from left child l and right child r.

Definition at line 106 of file tree.hpp.

void Gecode::Int::Unary::OmegaLambdaNode::update ( const OmegaLambdaNode l,
const OmegaLambdaNode r 
) [inline]

Update node from left child l and right child r.

Definition at line 112 of file tree.hpp.


Member Data Documentation

Undefined task.

Definition at line 698 of file unary.hh.

Processing times for subtree.

Definition at line 700 of file unary.hh.

Earliest completion times for subtree.

Definition at line 702 of file unary.hh.

Node which is responsible for lect.

Definition at line 704 of file unary.hh.

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: