Cumulative (mandatory) task with fixed processing 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 time.
Definition at line 74 of file cumulative.hh.
ManFixPTask::ManFixPTask |
( |
void |
| ) |
|
|
inline |
Default constructor.
Definition at line 47 of file task.hpp.
ManFixPTask::ManFixPTask |
( |
IntVar |
s, |
|
|
int |
p, |
|
|
int |
c |
|
) |
| |
|
inline |
Initialize task with start time s, processing time p, and required resource c.
Definition at line 49 of file task.hpp.
void ManFixPTask::init |
( |
IntVar |
s, |
|
|
int |
p, |
|
|
int |
c |
|
) |
| |
|
inline |
Initialize task with start time s, processing time p, and required resource c.
Definition at line 52 of file task.hpp.
Initialize from task t.
Definition at line 56 of file task.hpp.
int ManFixPTask::c |
( |
void |
| ) |
const |
|
inline |
Return required capacity.
Definition at line 61 of file task.hpp.
long long int ManFixPTask::e |
( |
void |
| ) |
const |
|
inline |
Return required energy.
Definition at line 65 of file task.hpp.
Update this task to be a clone of task t.
Definition at line 70 of file task.hpp.
int Gecode::Int::Cumulative::ManFixPTask::_c |
|
protected |
The documentation for this class was generated from the following files: