This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
std::string | runSolver (std::string solverName, std::string osol, OSInstance *osinstance) |
std::string runSolver | ( | std::string | solverName, | |
std::string | osol, | |||
OSInstance * | osinstance | |||
) |
Definition at line 88 of file OSRunSolver.cpp.
References DefaultSolver::buildSolverInstance(), COIN_HAS_SYMPHONY, COIN_HAS_VOL, OSInstance::getNumberOfBinaryVariables(), OSInstance::getNumberOfIntegerVariables(), OSInstance::getNumberOfNonlinearExpressions(), OSInstance::getNumberOfQuadraticTerms(), DefaultSolver::osinstance, osinstance, DefaultSolver::osol, DefaultSolver::osrl, DefaultSolver::setSolverOptions(), DefaultSolver::solve(), and DefaultSolver::sSolverName.