Generated on Tue Jul 27 2010 21:59:30 for Gecode by doxygen 1.7.1

Gecode::Scheduling::Cumulative::ExtOmegaNode Class Reference

Node for an extended omega tree. More...

#include <cumulative.hh>

List of all members.

Public Member Functions

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

Public Attributes

double cenv
 Energy envelope for subtree.

Detailed Description

Node for an extended omega tree.

Definition at line 554 of file cumulative.hh.


Member Function Documentation

void Gecode::Scheduling::Cumulative::ExtOmegaNode::init ( const ExtOmegaNode l,
const ExtOmegaNode r 
) [inline]

Initialize node from left child l and right child r.

Definition at line 93 of file tree.hpp.

void Gecode::Scheduling::Cumulative::ExtOmegaNode::update ( const ExtOmegaNode l,
const ExtOmegaNode r 
) [inline]

Update node from left child l and right child r.

Definition at line 99 of file tree.hpp.


Member Data Documentation

Energy envelope for subtree.

Definition at line 557 of file cumulative.hh.


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