Generated on Thu Apr 11 14:00:05 2019 for Gecode by doxygen 1.6.3

Gecode::Int::Unary::OmegaTree< TaskView > Class Template Reference

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

#include <unary.hh>

List of all members.

Public Member Functions

 OmegaTree (Region &r, const TaskViewArray< TaskView > &t)
 Initialize tree for tasks t.
void insert (int i)
 Insert task with index i.
void remove (int i)
 Remove task with index i.
int ect (void) const
 Return earliest completion time of all tasks.
int ect (int i) const
 Return earliest completion time of all tasks but i.

Detailed Description

template<class TaskView>
class Gecode::Int::Unary::OmegaTree< TaskView >

Omega trees for computing ect of task sets.

Definition at line 674 of file unary.hh.


Constructor & Destructor Documentation

template<class TaskView >
Gecode::Int::Unary::OmegaTree< TaskView >::OmegaTree ( Region r,
const TaskViewArray< TaskView > &  t 
) [inline]

Initialize tree for tasks t.

Definition at line 55 of file tree.hpp.


Member Function Documentation

template<class TaskView >
void Gecode::Int::Unary::OmegaTree< TaskView >::insert ( int  i  )  [inline]

Insert task with index i.

Definition at line 65 of file tree.hpp.

template<class TaskView >
void Gecode::Int::Unary::OmegaTree< TaskView >::remove ( int  i  )  [inline]

Remove task with index i.

Definition at line 73 of file tree.hpp.

template<class TaskView >
int Gecode::Int::Unary::OmegaTree< TaskView >::ect ( void   )  const [inline]

Return earliest completion time of all tasks.

Definition at line 80 of file tree.hpp.

template<class TaskView >
int Gecode::Int::Unary::OmegaTree< TaskView >::ect ( int  i  )  const [inline]

Return earliest completion time of all tasks but i.

Definition at line 86 of file tree.hpp.


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