Generated on Tue Jan 27 2015 01:23:29 for Gecode by doxygen 1.8.6
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. More...
 
- Protected Attributes inherited from Gecode::Int::Unary::ManFixPSETask
TaskType _t
 Task type. More...
 
- Protected Attributes inherited from Gecode::Int::Unary::ManFixPTask
Int::IntView _s
 Start time. More...
 
int _p
 Processing time. More...
 

Constructors and initialization

 ManFixPSETask (void)
 Default constructor. More...
 
 ManFixPSETask (TaskType t, IntVar s, int p, int c)
 Initialize task. More...
 
void init (TaskType t, IntVar s, int p, int c)
 Initialize task. More...
 
void init (const ManFixPSETask &t)
 Initialize from task t. More...
 

Value access

int c (void) const
 Return required capacity. More...
 
long long int e (void) const
 Return required energy. More...
 

Cloning

void update (Space &home, bool share, ManFixPSETask &t)
 Update this task to be a clone of task t. More...
 

Detailed Description

Cumulative (mandatory) task with fixed processing, start or end time.

Definition at line 116 of file cumulative.hh.

Constructor & Destructor Documentation

ManFixPSETask::ManFixPSETask ( void  )
inline

Default constructor.

Definition at line 88 of file task.hpp.

ManFixPSETask::ManFixPSETask ( TaskType  t,
IntVar  s,
int  p,
int  c 
)
inline

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.

Member Function Documentation

void ManFixPSETask::init ( TaskType  t,
IntVar  s,
int  p,
int  c 
)
inline

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.

void ManFixPSETask::init ( const ManFixPSETask t)
inline

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.

void ManFixPSETask::update ( Space home,
bool  share,
ManFixPSETask t 
)
inline

Update this task to be a clone of task t.

Definition at line 111 of file task.hpp.

Member Data Documentation

int Gecode::Int::Cumulative::ManFixPSETask::_c
protected

Required capacity.

Definition at line 119 of file cumulative.hh.


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