solver
1.0
|
Fixed locations, power saving modes, and movements. More...
#include <RoboticLineSolverLP.h>
Public Attributes | |
std::vector< std::vector< Location * > > | locs |
Selected locations for each robot, time ordered. | |
std::vector< std::vector< RobotPowerMode * > > | pwrms |
Selected power saving modes of related locations. | |
std::vector< std::vector< Movement * > > | mvs |
Selected movements, implied from the selected locations and their order. | |
Fixed locations, power saving modes, and movements.
The parallel heuristic ParallelHeuristicSolver evaluates lots of partially fixed problems where locations, power saving modes, and movements have been preselected by the heuristic.
Definition at line 43 of file RoboticLineSolverLP.h.