#include <generalised_assignment.hpp>
Public Member Functions | |
template<typename Problem , typename LP > | |
void | operator() (Problem &problem, LP &lp) |
Initialization of the IR Generalised Assignment algorithm.
Definition at line 76 of file generalised_assignment.hpp.
|
inline |
Initializes the LP: variables for edges, constraints for jobs and machines.
Definition at line 83 of file generalised_assignment.hpp.