My Project
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
32std::string runSolver(std::string solverName,
33 std::string osol, OSInstance *osinstance);
34
43std::string runSolver(std::string solverName,
44 OSOption *osoption, std::string osil);
45
54std::string runSolver(std::string solverName,
55 std::string osol, std::string osil);
56
65std::string runSolver(std::string solverName,
66 OSOption *osoption, OSInstance *osinstance);
67
75DefaultSolver* selectSolver(std::string solverName, OSInstance *osinstance);
76
77#endif
OSOption * osoption
std::string runSolver(std::string solverName, std::string osol, OSInstance *osinstance)
This class is used to invoke a solver locally.
DefaultSolver * selectSolver(std::string solverName, OSInstance *osinstance)
A method to select the solver.
The Default Solver Class.
The in-memory representation of an OSiL instance..
The Option Class.
Definition OSOption.h:3565