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

Node for an omega tree. More...

#include <cumulative.hh>

Public Member Functions

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 e
 Energy for subtree. More...
 
double env
 Energy envelope for subtree. More...
 

Detailed Description

Node for an omega tree.

Definition at line 539 of file cumulative.hh.

Member Function Documentation

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

Initialize node from left child l and right child r.

Definition at line 50 of file tree.hpp.

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

Update node from left child l and right child r.

Definition at line 55 of file tree.hpp.

Member Data Documentation

double Gecode::Int::Cumulative::OmegaNode::e

Energy for subtree.

Definition at line 542 of file cumulative.hh.

double Gecode::Int::Cumulative::OmegaNode::env

Energy envelope for subtree.

Definition at line 544 of file cumulative.hh.


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