#include "OSCoinSolver.h"
#include "OSResult.h"
#include "OSiLReader.h"
#include "OSiLWriter.h"
#include "OSoLReader.h"
#include "OSrLReader.h"
#include "OSrLWriter.h"
#include "OSInstance.h"
#include "OSOption.h"
#include "OSoLWriter.h"
#include "OSFileUtil.h"
#include "OSConfig.h"
#include "OSDefaultSolver.h"
#include "OSWSUtil.h"
#include "OSSolverAgent.h"
#include "OShL.h"
#include "OSErrorClass.h"
#include "OSmps2osil.h"
#include "OSBase64.h"
#include "OSOptionsStruc.h"
#include <stdio.h>
#include <map>
Include dependency graph for OSRunSolver.h:
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 89 of file OSRunSolver.h.
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.