Generated on Tue Apr 18 10:23:59 2017 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 699 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 110 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 116 of file tree.hpp.


Member Data Documentation

Undefined task.

Definition at line 702 of file unary.hh.

Processing times for subtree.

Definition at line 704 of file unary.hh.

Earliest completion times for subtree.

Definition at line 706 of file unary.hh.

Node which is responsible for lect.

Definition at line 708 of file unary.hh.

Node which is responsible for lp.

Definition at line 710 of file unary.hh.


The documentation for this class was generated from the following files: