OS
2.10.2
src
OSSolverInterfaces
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,
66
OSOption
*osoption,
OSInstance
*osinstance);
67
75
DefaultSolver
*
selectSolver
(std::string solverName,
OSInstance
*osinstance);
76
77
#endif
OSInstance
The in-memory representation of an OSiL instance..
Definition:
OSInstance.h:2262
selectSolver
DefaultSolver * selectSolver(std::string solverName, OSInstance *osinstance)
A method to select the solver.
OSDefaultSolver.h
OSOption
The Option Class.
Definition:
OSOption.h:3564
runSolver
std::string runSolver(std::string solverName, std::string osol, OSInstance *osinstance)
This class is used to invoke a solver locally.
DefaultSolver
The Default Solver Class.
Definition:
OSDefaultSolver.h:35
Generated by
1.8.17