Generated on Wed Jul 27 2011 15:09:16 for Gecode by doxygen 1.7.4
Gecode::Scheduling::Cumulative::ExtOmegaTree< TaskView > Class Template Reference

Omega trees for computing ect of task sets. More...

#include <cumulative.hh>

List of all members.

Public Member Functions

template<class Node >
 ExtOmegaTree (Region &r, int c, const TaskTree< TaskView, Node > &t)
 Initialize tree for tasks t and capacity c.
void init (int ci)
 Initialize tasks for current capacity ci.
double env (int i)
 Compute update for task with index i.

Protected Attributes

int c
 Capacity.
int ci

Detailed Description

template<class TaskView>
class Gecode::Scheduling::Cumulative::ExtOmegaTree< TaskView >

Omega trees for computing ect of task sets.

Definition at line 568 of file cumulative.hh.


Constructor & Destructor Documentation

template<class TaskView >
template<class Node >
Gecode::Scheduling::Cumulative::ExtOmegaTree< TaskView >::ExtOmegaTree ( Region r,
int  c,
const TaskTree< TaskView, Node > &  t 
)

Initialize tree for tasks t and capacity c.

Definition at line 117 of file tree.hpp.


Member Function Documentation

template<class TaskView >
void Gecode::Scheduling::Cumulative::ExtOmegaTree< TaskView >::init ( int  ci)

Initialize tasks for current capacity ci.

Definition at line 107 of file tree.hpp.

template<class TaskView >
double Gecode::Scheduling::Cumulative::ExtOmegaTree< TaskView >::env ( int  i) [inline]

Compute update for task with index i.

Definition at line 123 of file tree.hpp.


Member Data Documentation

template<class TaskView>
int Gecode::Scheduling::Cumulative::ExtOmegaTree< TaskView >::c [protected]

Capacity.

Definition at line 586 of file cumulative.hh.

template<class TaskView>
int Gecode::Scheduling::Cumulative::ExtOmegaTree< TaskView >::ci [protected]

Definition at line 586 of file cumulative.hh.


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