Generated on Thu Feb 21 2013 23:11:59 for Gecode by doxygen 1.8.3.1
Gecode::Int::Cumulative::OmegaLambdaNode Class Reference

Node for an omega lambda tree. More...

#include <cumulative.hh>

Public Member Functions

void init (const OmegaLambdaNode &l, const OmegaLambdaNode &r)
 Initialize node from left child l and right child r. More...
 
void update (const OmegaLambdaNode &l, const OmegaLambdaNode &r)
 Update node from left child l and right child r. More...
 
- Public Member Functions inherited from Gecode::Int::Cumulative::OmegaNode
void init (const OmegaNode &l, const OmegaNode &r)
 Initialize node from left child l and right child r. More...
 
void update (const OmegaNode &l, const OmegaNode &r)
 Update node from left child l and right child r. More...
 

Public Attributes

double le
 Energy for subtree. More...
 
double lenv
 Energy envelope for subtree. More...
 
int resLe
 Node which is responsible for le. More...
 
int resLenv
 Node which is responsible for lenv. More...
 
- Public Attributes inherited from Gecode::Int::Cumulative::OmegaNode
double e
 Energy for subtree. More...
 
double env
 Energy envelope for subtree. More...
 

Static Public Attributes

static const int undef = -1
 Undefined task. More...
 

Detailed Description

Node for an omega lambda tree.

Definition at line 617 of file cumulative.hh.

Member Function Documentation

void Gecode::Int::Cumulative::OmegaLambdaNode::init ( const OmegaLambdaNode l,
const OmegaLambdaNode r 
)
inline

Initialize node from left child l and right child r.

Definition at line 174 of file tree.hpp.

void Gecode::Int::Cumulative::OmegaLambdaNode::update ( const OmegaLambdaNode l,
const OmegaLambdaNode r 
)
inline

Update node from left child l and right child r.

Definition at line 181 of file tree.hpp.

Member Data Documentation

const int Gecode::Int::Cumulative::OmegaLambdaNode::undef = -1
static

Undefined task.

Definition at line 620 of file cumulative.hh.

double Gecode::Int::Cumulative::OmegaLambdaNode::le

Energy for subtree.

Definition at line 622 of file cumulative.hh.

double Gecode::Int::Cumulative::OmegaLambdaNode::lenv

Energy envelope for subtree.

Definition at line 624 of file cumulative.hh.

int Gecode::Int::Cumulative::OmegaLambdaNode::resLe

Node which is responsible for le.

Definition at line 626 of file cumulative.hh.

int Gecode::Int::Cumulative::OmegaLambdaNode::resLenv

Node which is responsible for lenv.

Definition at line 628 of file cumulative.hh.


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