edge-finding.hpp File Reference
(Revision: 11551)
#include <algorithm>
Go to the source code of this file.
Classes | |
class | Gecode::Scheduling::Cumulative::StoCap< TaskView, inc > |
Sort by capacity. More... | |
class | Gecode::Scheduling::Cumulative::PrecOrder |
Sort by prec array. More... | |
Namespaces | |
namespace | Gecode |
Gecode toplevel namespace | |
namespace | Gecode::Scheduling |
Scheduling constraints and branchers | |
namespace | Gecode::Scheduling::Cumulative |
Scheduling for cumulative resources | |
Functions | |
template<class TaskView > | |
ExecStatus | Gecode::Scheduling::Cumulative::edgefinding (Space &home, int c, TaskViewArray< TaskView > &t) |
template<class Task > | |
ExecStatus | Gecode::Scheduling::Cumulative::edgefinding (Space &home, int c, TaskArray< Task > &t) |
Propagate by edge finding. |