#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 "OSFileUtil.h"
#include "OSDefaultSolver.h"
#include "OShL.h"
#include "OSErrorClass.h"
#include "OSmps2osil.h"
#include "OSBase64.h"
#include "OSCommonUtil.h"
#include "OSMathUtil.h"
#include "CoinFinite.hpp"
#include <iostream>
#include <ostream>
#include <sstream>
#include <streambuf>
#include <stdio.h>
Include dependency graph for misc.cpp:
Go to the source code of this file.
Functions | |
int | main (int argC, char *argV[]) |
this is demo code -- illustrate things that I may wish to use |
int main | ( | int | argC, | |
char * | argV[] | |||
) |
this is demo code -- illustrate things that I may wish to use
some AMPL insanity -- the fileUtil must be built in order to avoid an ASL error - on the Mac only
Definition at line 53 of file misc.cpp.
References c, FileUtil::getFileAsString(), osinstance, OSiLReader::readOSiL(), and FileUtil::writeFileFromString().