#include <cppad/cppad.hpp>#include "OSCoinSolver.h"#include "OSConfig.h"#include "OSmps2osil.h"#include "OSResult.h"#include "OSOption.h"#include "OSiLReader.h"#include "OSiLWriter.h"#include "OSoLReader.h"#include "OSoLWriter.h"#include "OSrLReader.h"#include "OSrLWriter.h"#include "OSInstance.h"#include "OSFileUtil.h"#include "CoinError.hpp"#include "OSDefaultSolver.h"#include "OSWSUtil.h"#include "OSSolverAgent.h"#include "OShL.h"#include "OSErrorClass.h"#include "OSBase64.h"#include "OSCommonUtil.h"#include "OSMathUtil.h"#include <CoinMpsIO.hpp>#include <CoinPackedMatrix.hpp>Include dependency graph for unitTest.cpp:

Go to the source code of this file.
Defines | |
| #define | DEBUG |
| #define | COMPONENT_DEBUG |
Functions | |
| int | main (int argC, char *argV[]) |
| double | getObjVal (std::string osrl) |
| #define DEBUG |
Definition at line 104 of file unitTest.cpp.
| #define COMPONENT_DEBUG |
Definition at line 107 of file unitTest.cpp.
| int main | ( | int | argC, | |
| char * | argV[] | |||
| ) |
Definition at line 212 of file unitTest.cpp.
References OSmps2osil::createOSInstance(), DoubleVector::el, FileUtil::getFileAsString(), getObjVal(), OSInstance::instanceData, InstanceData::linearConstraintCoefficients, OSiLWriter::m_bWhiteSpace, LinearConstraintCoefficients::numberOfValues, OSmps2osil::osinstance, OSiLReader::readOSiL(), LinearConstraintCoefficients::value, and OSiLWriter::writeOSiL().
| double getObjVal | ( | std::string | osrl | ) |
1.4.7