solver
1.0
|
Declares LP solver which deals with partially fixed energy optimization problems created by the parallel heuristic. More...
#include <vector>
#include "Settings.h"
#include "RoboticLine.h"
#include "Solution/Solution.h"
#include "Shared/PrecalculatedMapping.h"
#include "ILPModel/ILPModel.h"
#include "ILPSolver/VariableMappingLP.h"
#include "ILPSolver/ConstraintsGenerator.h"
#include "HeuristicSolver/KnowledgeBase.h"
Go to the source code of this file.
Classes | |
struct | PartialSolution |
Fixed locations, power saving modes, and movements. More... | |
class | RoboticLineSolverLP |
Determines an optimal timing of a partially fixed problem. More... | |
Declares LP solver which deals with partially fixed energy optimization problems created by the parallel heuristic.
Definition in file RoboticLineSolverLP.h.