overload.hpp File Reference
(Revision: 9593)
Go to the source code of this file.
Namespaces | |
namespace | Gecode |
Gecode toplevel namespace | |
namespace | Gecode::Scheduling |
Scheduling constraints and branchers | |
namespace | Gecode::Scheduling::Unary |
Scheduling for unary resources | |
Functions | |
template<class ManTask > | |
ExecStatus | Gecode::Scheduling::Unary::overload (Space &home, TaskArray< ManTask > &t) |
Check mandatory tasks t for overload. | |
template<class OptTask > | |
ExecStatus | Gecode::Scheduling::Unary::overload (Space &home, Propagator &p, TaskArray< OptTask > &t) |
Check optional tasks t for overload. |