#include "OSCoinSolver.h"#include "OSConfig.h"#include "OSnl2osil.h"#include "OSiLReader.h"#include "OSrLReader.h"#include "OSiLWriter.h"#include "OSrLWriter.h"#include "OSInstance.h"#include "OSResult.h"#include "OSFileUtil.h"#include "OSDefaultSolver.h"#include "OSSolverAgent.h"#include "OShL.h"#include "OSErrorClass.h"#include <sstream>#include <asl.h>Include dependency graph for OSAmplClient.cpp:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 83 of file OSAmplClient.cpp.
References DefaultSolver::buildSolverInstance(), OSnl2osil::createOSInstance(), ErrorClass::errormsg, OSResult::getOptimalDualVariableValues(), OSResult::getOptimalPrimalVariableValues(), DefaultSolver::osinstance, OSnl2osil::osinstance, osinstance, DefaultSolver::osol, osresult, DefaultSolver::osrl, OSrLReader::readOSrL(), OSResult::setGeneralMessage(), OSResult::setGeneralStatusType(), OSSolverAgent::solve(), DefaultSolver::solve(), DefaultSolver::sSolverName, FileUtil::writeFileFromString(), OSiLWriter::writeOSiL(), and OSrLWriter::writeOSrL().
1.4.7