#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 "OSmps2OS.h"#include "OSBase64.h"#include "OSMathUtil.h"#include "CoinError.hpp"#include "CoinHelperFunctions.hpp"#include <iostream>
Go to the source code of this file.
Functions | |
| void | getOSResult (std::string osrl) |
| int | main () |
Definition in file OSSolverDemo.cpp.
| void getOSResult | ( | std::string | osrl | ) |
Definition at line 576 of file OSSolverDemo.cpp.
| int main | ( | ) |
here is the format for setting options: bool setAnotherSolverOption(std::string name, std::string value, std::string solver, std::string category, std::string type, std::string description);
here is the format for setting options: bool setAnotherSolverOption(std::string name, std::string value, std::string solver, std::string category, std::string type, std::string description);
here is the format for setting options: bool setAnotherSolverOption(std::string name, std::string value, std::string solver, std::string category, std::string type, std::string description);
Definition at line 64 of file OSSolverDemo.cpp.
1.8.5