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

Gecode::Scheduling::Cumulative::OmegaNode Class Reference

Node for an omega tree. More...

#include <cumulative.hh>

List of all members.

Public Member Functions

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

Public Attributes

double e
 Energy for subtree.
double env
 Energy envelope for subtree.

Detailed Description

Node for an omega tree.

Definition at line 519 of file cumulative.hh.


Member Function Documentation

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

Initialize node from left child l and right child r.

Definition at line 48 of file tree.hpp.

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

Update node from left child l and right child r.

Definition at line 53 of file tree.hpp.


Member Data Documentation

Energy for subtree.

Definition at line 522 of file cumulative.hh.

Energy envelope for subtree.

Definition at line 524 of file cumulative.hh.


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