00001 /* $Id: OSGetSolver.h 4263 2011-09-09 20:19:26Z Martin $ */ 00015 #ifndef OSRUNSOLVER_H 00016 #define OSRUNSOLVER_H 00017 00018 std::string runSolver(std::string solverName, 00019 std::string osol, OSInstance *osinstance); 00020 00021 00022 #endif