Generated on Sat Feb 7 2015 02:01:49 for Gecode by doxygen 1.8.9.1
Gecode::Int::Unary Namespace Reference

Int for unary resources More...

Classes

class  ManFixPSETask
 Unary (mandatory) task with fixed processing, start or end time More...
 
class  ManFixPTask
 Unary (mandatory) task with fixed processing time More...
 
class  ManFlexTask
 Unary (mandatory) task with flexible processing time More...
 
class  ManProp
 Scheduling propagator for unary resource with mandatory tasks More...
 
class  OmegaLambdaNode
 Node for an omega lambda tree. More...
 
class  OmegaLambdaTree
 Omega-lambda trees for computing ect of task sets. More...
 
class  OmegaNode
 Node for an omega tree. More...
 
class  OmegaTree
 Omega trees for computing ect of task sets. More...
 
class  OptFixPSETask
 Unary optional task with fixed processing, start or end time. More...
 
class  OptFixPTask
 Unary optional task with fixed processing time More...
 
class  OptFlexTask
 Unary optional task with flexible processing time More...
 
class  OptProp
 Scheduling propagator for unary resource with optional tasks More...
 

Typedefs

typedef ManFixPTask ManFixPTaskFwd
 Forward mandatory fixed task view. More...
 
typedef FwdToBwd< ManFixPTaskFwdManFixPTaskBwd
 Backward (dual) mandatory fixed task view. More...
 
typedef ManFixPSETask ManFixPSETaskFwd
 Forward mandatory fixed task view. More...
 
typedef FwdToBwd< ManFixPSETaskFwdManFixPSETaskBwd
 Backward (dual) mandatory fixed task view. More...
 
typedef OptFixPTask OptFixPTaskFwd
 Forward optional fixed task view. More...
 
typedef FwdToBwd< OptFixPTaskFwdOptFixPTaskBwd
 Backward (dual) optional fixed task view. More...
 
typedef OptFixPSETask OptFixPSETaskFwd
 Forward optional fixed task view. More...
 
typedef FwdToBwd< OptFixPSETaskFwdOptFixPSETaskBwd
 Backward (dual) optional fixed task view. More...
 
typedef ManFlexTask ManFlexTaskFwd
 Forward mandatory flexible task view. More...
 
typedef FwdToBwd< ManFlexTaskFwdManFlexTaskBwd
 Backward (dual) mandatory flexible task view. More...
 
typedef OptFlexTask OptFlexTaskFwd
 Forward optional flexible task view. More...
 
typedef FwdToBwd< OptFlexTaskFwdOptFlexTaskBwd
 Backward (dual) optional flexible task view. More...
 

Functions

template<class ManTaskView >
ExecStatus detectable (Space &home, TaskViewArray< ManTaskView > &t)
 
template<class ManTask >
ExecStatus detectable (Space &home, TaskArray< ManTask > &t)
 Propagate detectable precedences. More...
 
template<class OptTaskView >
ExecStatus detectable (Space &home, Propagator &p, TaskViewArray< OptTaskView > &t)
 
template<class OptTask >
ExecStatus detectable (Space &home, Propagator &p, TaskArray< OptTask > &t)
 Propagate detectable precedences. More...
 
template<class TaskView >
ExecStatus edgefinding (Space &home, TaskViewArray< TaskView > &t)
 
template<class Task >
ExecStatus edgefinding (Space &home, TaskArray< Task > &t)
 Propagate by edge finding. More...
 
template<class ManTaskView >
ExecStatus notlast (Space &home, TaskViewArray< ManTaskView > &t)
 
template<class ManTask >
ExecStatus notfirstnotlast (Space &home, TaskArray< ManTask > &t)
 Propagate not-first and not-last. More...
 
template<class OptTaskView >
ExecStatus notlast (Space &home, Propagator &p, TaskViewArray< OptTaskView > &t)
 
template<class OptTask >
ExecStatus notfirstnotlast (Space &home, Propagator &p, TaskArray< OptTask > &t)
 Propagate not-first and not-last. More...
 
template<class ManTask >
ExecStatus overload (Space &home, TaskArray< ManTask > &t)
 Check mandatory tasks t for overload. More...
 
template<class OptTask >
ExecStatus overload (Space &home, Propagator &p, TaskArray< OptTask > &t)
 Check optional tasks t for overload. More...
 
template<class Task >
ExecStatus subsumed (Space &home, Propagator &p, TaskArray< Task > &t)
 Check tasks t for subsumption. More...
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const ManFixPTaskBwd &t)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const ManFixPSETaskBwd &t)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const OptFixPTaskBwd &t)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const OptFixPSETaskBwd &t)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const ManFlexTaskBwd &t)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const OptFlexTaskBwd &t)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const ManFixPTask &t)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const ManFixPSETask &t)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const ManFlexTask &t)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const OptFixPTask &t)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const OptFixPSETask &t)
 
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const OptFlexTask &t)
 

Detailed Description

Int for unary resources

The algorithms and data structures follow (mostly): Petr Vilím, Global Constraints in Int, PhD thesis, Charles University, Prague, Czech Republic, 2007.

Typedef Documentation

Forward mandatory fixed task view.

Definition at line 400 of file unary.hh.

Backward (dual) mandatory fixed task view.

Definition at line 403 of file unary.hh.

Forward mandatory fixed task view.

Definition at line 406 of file unary.hh.

Backward (dual) mandatory fixed task view.

Definition at line 409 of file unary.hh.

Forward optional fixed task view.

Definition at line 412 of file unary.hh.

Backward (dual) optional fixed task view.

Definition at line 415 of file unary.hh.

Forward optional fixed task view.

Definition at line 418 of file unary.hh.

Backward (dual) optional fixed task view.

Definition at line 421 of file unary.hh.

Forward mandatory flexible task view.

Definition at line 424 of file unary.hh.

Backward (dual) mandatory flexible task view.

Definition at line 427 of file unary.hh.

Forward optional flexible task view.

Definition at line 430 of file unary.hh.

Backward (dual) optional flexible task view.

Definition at line 433 of file unary.hh.

Function Documentation

template<class ManTaskView >
ExecStatus Gecode::Int::Unary::detectable ( Space home,
TaskViewArray< ManTaskView > &  t 
)
inline

Definition at line 42 of file detectable.hpp.

template<class ManTask >
ExecStatus Gecode::Int::Unary::detectable ( Space home,
TaskArray< ManTask > &  t 
)

Propagate detectable precedences.

Definition at line 66 of file detectable.hpp.

template<class OptTaskView >
ExecStatus Gecode::Int::Unary::detectable ( Space home,
Propagator p,
TaskViewArray< OptTaskView > &  t 
)
inline

Definition at line 76 of file detectable.hpp.

template<class OptTask >
ExecStatus Gecode::Int::Unary::detectable ( Space home,
Propagator p,
TaskArray< OptTask > &  t 
)

Propagate detectable precedences.

Definition at line 107 of file detectable.hpp.

template<class TaskView >
ExecStatus Gecode::Int::Unary::edgefinding ( Space home,
TaskViewArray< TaskView > &  t 
)
inline

Definition at line 44 of file edge-finding.hpp.

template<class Task >
ExecStatus Gecode::Int::Unary::edgefinding ( Space home,
TaskArray< Task > &  t 
)

Propagate by edge finding.

Definition at line 69 of file edge-finding.hpp.

template<class ManTaskView >
ExecStatus Gecode::Int::Unary::notlast ( Space home,
TaskViewArray< ManTaskView > &  t 
)
inline

Definition at line 44 of file not-first-not-last.hpp.

template<class ManTask >
ExecStatus Gecode::Int::Unary::notfirstnotlast ( Space home,
TaskArray< ManTask > &  t 
)

Propagate not-first and not-last.

Definition at line 76 of file not-first-not-last.hpp.

template<class OptTaskView >
ExecStatus Gecode::Int::Unary::notlast ( Space home,
Propagator p,
TaskViewArray< OptTaskView > &  t 
)
inline

Definition at line 85 of file not-first-not-last.hpp.

template<class OptTask >
ExecStatus Gecode::Int::Unary::notfirstnotlast ( Space home,
Propagator p,
TaskArray< OptTask > &  t 
)

Propagate not-first and not-last.

Definition at line 126 of file not-first-not-last.hpp.

template<class ManTask >
ExecStatus Gecode::Int::Unary::overload ( Space home,
TaskArray< ManTask > &  t 
)

Check mandatory tasks t for overload.

Definition at line 43 of file overload.hpp.

template<class OptTask >
ExecStatus Gecode::Int::Unary::overload ( Space home,
Propagator p,
TaskArray< OptTask > &  t 
)

Check optional tasks t for overload.

Definition at line 61 of file overload.hpp.

template<class Task >
ExecStatus Gecode::Int::Unary::subsumed ( Space home,
Propagator p,
TaskArray< Task > &  t 
)

Check tasks t for subsumption.

Definition at line 42 of file subsumption.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const ManFixPTaskBwd t 
)

Definition at line 44 of file task-view.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const ManFixPSETaskBwd t 
)

Definition at line 53 of file task-view.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const OptFixPTaskBwd t 
)

Definition at line 63 of file task-view.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const OptFixPSETaskBwd t 
)

Definition at line 73 of file task-view.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const ManFlexTaskBwd t 
)

Definition at line 84 of file task-view.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const OptFlexTaskBwd t 
)

Definition at line 94 of file task-view.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const ManFixPTask t 
)

Definition at line 158 of file task.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const ManFixPSETask t 
)

Definition at line 305 of file task.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const ManFlexTask t 
)

Definition at line 446 of file task.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const OptFixPTask t 
)
related

Definition at line 471 of file task.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const OptFixPSETask t 
)
related

Definition at line 496 of file task.hpp.

template<class Char , class Traits >
std::basic_ostream<Char,Traits>& Gecode::Int::Unary::operator<< ( std::basic_ostream< Char, Traits > &  os,
const OptFlexTask t 
)
related

Definition at line 521 of file task.hpp.