Functions
OSSolverDemo.cpp File Reference
#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>
Include dependency graph for OSSolverDemo.cpp:

Go to the source code of this file.

Functions

void getOSResult (std::string osrl)
 
int main ()
 

Detailed Description

Author
Horand Gassmann, Jun Ma, Kipp Martin
Remarks
Copyright (C) 2008-2015, Horand Gassmann, Jun Ma, Kipp Martin, Dalhousie University, Northwestern University, and the University of Chicago. All Rights Reserved. This software is licensed under the Eclipse Public License. Please see the accompanying LICENSE file in root directory for terms.

Definition in file OSSolverDemo.cpp.

Function Documentation

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.