Omega trees for computing ect of task sets. More...
#include <cumulative.hh>
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 |
Omega trees for computing ect of task sets.
void Gecode::Int::Cumulative::ExtOmegaTree::init | ( | int | ci | ) |
double Gecode::Int::Cumulative::ExtOmegaTree::env | ( | int | i | ) | [inline] |
int Gecode::Int::Cumulative::ExtOmegaTree::c [protected] |
Capacity.
Definition at line 604 of file cumulative.hh.
int Gecode::Int::Cumulative::ExtOmegaTree::ci [protected] |
Definition at line 604 of file cumulative.hh.