Cumulative (mandatory) task with fixed processing, start or end time.
More...
#include <cumulative.hh>
|
int | c (void) const |
| Return required capacity. More...
|
|
long long int | e (void) const |
| Return required energy. More...
|
|
Cumulative (mandatory) task with fixed processing, start or end time.
Definition at line 116 of file cumulative.hh.
ManFixPSETask::ManFixPSETask |
( |
void |
| ) |
|
|
inline |
Default constructor.
Definition at line 88 of file task.hpp.
Initialize task.
Depending on t, s is either the end time (if t is FIXS) or the start time of the task, p is the fixed parameter, and c is the required capacity.
Definition at line 90 of file task.hpp.
Initialize task.
Depending on t, s is either the end time (if t is FIXS) or the start time of the task, p is the fixed parameter, and c is the required capacity.
Definition at line 93 of file task.hpp.
Initialize from task t.
Definition at line 97 of file task.hpp.
int ManFixPSETask::c |
( |
void |
| ) |
const |
|
inline |
Return required capacity.
Definition at line 102 of file task.hpp.
long long int ManFixPSETask::e |
( |
void |
| ) |
const |
|
inline |
Return required energy.
Definition at line 106 of file task.hpp.
Update this task to be a clone of task t.
Definition at line 111 of file task.hpp.
int Gecode::Int::Cumulative::ManFixPSETask::_c |
|
protected |
The documentation for this class was generated from the following files: