#include "OSConfig.h"
#include "OSCoinSolver.h"
#include "OSIpoptSolver.h"
#include "OSResult.h"
#include "OSiLReader.h"
#include "OSiLWriter.h"
#include "OSrLReader.h"
#include "OSrLWriter.h"
#include "OSInstance.h"
#include "OSOption.h"
#include "OSoLWriter.h"
#include "OSFileUtil.h"
#include "OSDefaultSolver.h"
#include "OShL.h"
#include "OSErrorClass.h"
#include "OSmps2osil.h"
#include "OSBase64.h"
#include "OSMathUtil.h"
#include "CoinError.hpp"
#include "CoinHelperFunctions.hpp"
#include <iostream>
Include dependency graph for OSResultDemo.cpp:
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 48 of file OSResultDemo.cpp.
References CoinSolver::buildSolverInstance(), OtherVariableResult::description, FileUtil::getFileAsString(), OSResult::getOptimalDualVariableValues(), OSResult::getOptimalObjValue(), OSResult::getOptimalPrimalVariableValues(), OSResult::getSolutionStatusType(), OtherVarResult::idx, OtherVariableResult::name, OtherVariableResult::numberOfVar, OSResult::optimization, DefaultSolver::osinstance, osinstance, osresult, DefaultSolver::osrl, VariableSolution::other, OSiLReader::readOSiL(), OSrLReader::readOSrL(), OptimizationResult::solution, CoinSolver::solve(), DefaultSolver::sSolverName, OtherVarResult::value, OtherVariableResult::var, and OptimizationSolution::variables.