#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 "OSoLWriter.h"
#include "OSInstance.h"
#include "OSFileUtil.h"
#include "OSDefaultSolver.h"
#include "OShL.h"
#include "OSErrorClass.h"
#include "OSmps2OS.h"
#include "OSBase64.h"
#include "OSMathUtil.h"
#include "CoinFinite.hpp"
#include "ClpSimplex.hpp"
#include "ClpSolve.hpp"
#include "CbcOrClpParam.hpp"
#include "ClpInterior.hpp"
#include "ClpCholeskyBase.hpp"
#include "ClpQuadraticObjective.hpp"
#include <iostream>
#include <ostream>
#include <sstream>
#include <streambuf>
#include <map>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | main (int argC, char *argV[]) |
Definition in file template.cpp.
Set directory containing mps data files. Note that the file location is hardwired into the program. If you move the executable or the data, make sure to update dataDir appropriately
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);
start[ 1] = 2; start[ 2] = 4;
idx[0] = 0; idx[1] = 1;
idx[2] = 1; idx[3] = 0;
nonz[ 0] = -.06666666*2; nonz[ 1] = .4*2; nonz[ 2] = -.2*2; nonz[ 3] = -.3*2;
Definition at line 57 of file template.cpp.