OSRunSolver.h
Go to the documentation of this file.
1 /* $Id: OSRunSolver.h 4263 2011-09-09 20:19:26Z Martin $ */
15 #ifndef OSRUNSOLVER_H
16 #define OSRUNSOLVER_H
17 
18 #include "OSDefaultSolver.h"
19 
32 std::string runSolver(std::string solverName,
33  std::string osol, OSInstance *osinstance);
34 
43 std::string runSolver(std::string solverName,
44  OSOption *osoption, std::string osil);
45 
54 std::string runSolver(std::string solverName,
55  std::string osol, std::string osil);
56 
65 std::string runSolver(std::string solverName,
67 
75 DefaultSolver* selectSolver(std::string solverName, OSInstance *osinstance);
76 
77 #endif
OSOption * osoption
The Option Class.
Definition: OSOption.h:3564
DefaultSolver * selectSolver(std::string solverName, OSInstance *osinstance)
A method to select the solver.
The Default Solver Class.
std::string runSolver(std::string solverName, std::string osol, OSInstance *osinstance)
This class is used to invoke a solver locally.
Definition: OSRunSolver.cpp:65
The in-memory representation of an OSiL instance..
Definition: OSInstance.h:2262
OSInstance * osinstance