#include <cppad/cppad.hpp>
#include "OSConfig.h"
#include "OSInstance.h"
#include "OSOption.h"
#include "OSResult.h"
#include "OSiLReader.h"
#include "OSiLWriter.h"
#include "OSoLReader.h"
#include "OSoLWriter.h"
#include "OSrLReader.h"
#include "OSrLWriter.h"
#include "OSFileUtil.h"
#include "CoinError.hpp"
#include "OSWSUtil.h"
#include "OShL.h"
#include "OSErrorClass.h"
#include "OSBase64.h"
#include "OSMathUtil.h"
#include <CoinMpsIO.hpp>
#include <CoinPackedMatrix.hpp>
#include "CoinHelperFunctions.hpp"
Include dependency graph for parsingTest.cpp:
Go to the source code of this file.
Defines | |
#define | MY_DEBUG |
Functions | |
bool | interactiveShell (std::string *schema, std::string *testFileName, std::string *outFileName, bool *compress, bool *addWhiteSpace, bool *verifyObjects, unsigned int *seed, int *nrep, double *density, bool *conformant) |
void | printHelp () |
std::string | getUserInput (bool defaultPresent) |
int | main (int argC, char *argV[]) |
Definition in file parsingTest.cpp.
#define MY_DEBUG |
Definition at line 85 of file parsingTest.cpp.
bool interactiveShell | ( | std::string * | schema, | |
std::string * | testFileName, | |||
std::string * | outFileName, | |||
bool * | compress, | |||
bool * | addWhiteSpace, | |||
bool * | verifyObjects, | |||
unsigned int * | seed, | |||
int * | nrep, | |||
double * | density, | |||
bool * | conformant | |||
) |
void printHelp | ( | ) |
std::string getUserInput | ( | bool | defaultPresent | ) |
int main | ( | int | argC, | |
char * | argV[] | |||
) |
Definition at line 94 of file parsingTest.cpp.
References ErrorClass::errormsg, FileUtil::getFileAsString(), interactiveShell(), OSInstance::IsEqual(), OSResult::IsEqual(), OSOption::IsEqual(), OSrLWriter::m_bWhiteSpace, OSoLWriter::m_bWhiteSpace, OSiLWriter::m_bWhiteSpace, OSrLWriter::m_bWriteBase64, OSoLWriter::m_bWriteBase64, OSiLWriter::m_bWriteBase64, nrep, os_strtod(), osinstance, osoption, osresult, printHelp(), OSiLReader::readOSiL(), OSoLReader::readOSoL(), OSrLReader::readOSrL(), OSResult::setRandom(), OSOption::setRandom(), FileUtil::writeFileFromString(), OSiLWriter::writeOSiL(), OSoLWriter::writeOSoL(), and OSrLWriter::writeOSrL().