
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.
Definition at line 586 of file cumulative.hh.
| Gecode::Int::Cumulative::ExtOmegaTree< TaskView >::ExtOmegaTree | ( | Region & | r, |
| int | c, | ||
| const TaskTree< TaskView, Node > & | t | ||
| ) |
| void Gecode::Int::Cumulative::ExtOmegaTree< TaskView >::init | ( | int | ci | ) |
| double Gecode::Int::Cumulative::ExtOmegaTree< TaskView >::env | ( | int | i | ) | [inline] |
int Gecode::Int::Cumulative::ExtOmegaTree< TaskView >::c [protected] |
Capacity.
Definition at line 604 of file cumulative.hh.
int Gecode::Int::Cumulative::ExtOmegaTree< TaskView >::ci [protected] |
Definition at line 604 of file cumulative.hh.