Gecode::Int::Cumulative::ManFixPSETask Class Reference
Cumulative (mandatory) task with fixed processing, start or end time. More...
#include <cumulative.hh>
Protected Attributes | |
| int | _c |
| Required capacity. | |
Constructors and initialization | |
|
| |
| ManFixPSETask (void) | |
| Default constructor. | |
| ManFixPSETask (TaskType t, IntVar s, int p, int c) | |
| Initialize task. | |
| void | init (TaskType t, IntVar s, int p, int c) |
| Initialize task. | |
| void | init (const ManFixPSETask &t) |
| Initialize from task t. | |
Value access | |
|
| |
| int | c (void) const |
| Return required capacity. | |
| long long int | e (void) const |
| Return required energy. | |
Cloning | |
|
| |
| void | update (Space &home, ManFixPSETask &t) |
| Update this task to be a clone of task t. | |
Detailed Description
Cumulative (mandatory) task with fixed processing, start or end time.
Definition at line 112 of file cumulative.hh.
Constructor & Destructor Documentation
| ManFixPSETask::ManFixPSETask | ( | void | ) | [inline] |
Default constructor.
Reimplemented from Gecode::Int::Unary::ManFixPSETask.
Member Function Documentation
| void ManFixPSETask::init | ( | const ManFixPSETask & | t | ) | [inline] |
| int ManFixPSETask::c | ( | void | ) | const [inline] |
| long long int ManFixPSETask::e | ( | void | ) | const [inline] |
| void ManFixPSETask::update | ( | Space & | home, | |
| ManFixPSETask & | t | |||
| ) | [inline] |
Member Data Documentation
int Gecode::Int::Cumulative::ManFixPSETask::_c [protected] |
Required capacity.
Definition at line 115 of file cumulative.hh.
The documentation for this class was generated from the following files:
- gecode/int/cumulative.hh
- gecode/int/cumulative/task.hpp
