Functions
template.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 "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>
Include dependency graph for template.cpp:

Go to the source code of this file.

Functions

int main (int argC, char *argV[])
 

Detailed Description

Author
Horand Gassmann, Jun Ma, Kipp Martin,
Remarks
Copyright (C) 2005-2011, 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 template.cpp.

Function Documentation

int main ( int  argC,
char *  argV[] 
)

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.