Generated on Sat Feb 7 2015 02:01:46 for Gecode by doxygen 1.8.9.1
Gecode::Int::Cumulative::ExtOmegaNode Class Reference

Node for an extended omega tree. More...

#include <cumulative.hh>

Public Member Functions

void init (const ExtOmegaNode &l, const ExtOmegaNode &r)
 Initialize node from left child l and right child r. More...
 
void update (const ExtOmegaNode &l, const ExtOmegaNode &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

long long int cenv
 Energy envelope for subtree. More...
 
- Public Attributes inherited from Gecode::Int::Cumulative::OmegaNode
long long int e
 Energy for subtree. More...
 
long long int env
 Energy envelope for subtree. More...
 

Detailed Description

Node for an extended omega tree.

Definition at line 586 of file cumulative.hh.

Member Function Documentation

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

Initialize node from left child l and right child r.

Definition at line 96 of file tree.hpp.

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

Update node from left child l and right child r.

Definition at line 102 of file tree.hpp.

Member Data Documentation

long long int Gecode::Int::Cumulative::ExtOmegaNode::cenv

Energy envelope for subtree.

Definition at line 589 of file cumulative.hh.


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