#include "OSCoinSolver.h"
#include "OSResult.h"
#include "OSiLReader.h"
#include "OSiLWriter.h"
#include "OSoLReader.h"
#include "OSrLReader.h"
#include "OSrLWriter.h"
#include "OSInstance.h"
#include "OSOption.h"
#include "OSoLWriter.h"
#include "OSFileUtil.h"
#include "OSConfig.h"
#include "OSDefaultSolver.h"
#include "OSWSUtil.h"
#include "OSSolverAgent.h"
#include "OShL.h"
#include "OSErrorClass.h"
#include "OSmps2osil.h"
#include "OSBase64.h"
#include "OSRunSolver.h"
#include "OSCommandLine.h"
#include "OSCommandLineReader.h"
#include "OSServiceMethods.h"
#include <stdio.h>
#include <map>
Go to the source code of this file.
Functions | |
void | interactiveShell () |
std::string | get_help () |
std::string | get_version () |
std::string | get_options () |
bool | callServiceMethod (OSCommandLine *oscommandline) |
void | doPrintModel (OSCommandLine *oscommandline) |
void | doPrintModel (OSInstance *osinstance) |
void | doPrintRow (OSCommandLine *oscommandline) |
void | doPrintRow (OSInstance *osinstance, std::string rownumberstring) |
int | main (int argC, const char *argV[]) |
void interactiveShell | ( | ) |
Definition at line 263 of file OSSolverService2.cpp.
std::string get_help | ( | ) |
Definition at line 671 of file OSSolverService2.cpp.
std::string get_version | ( | ) |
Definition at line 865 of file OSSolverService2.cpp.
std::string get_options | ( | ) |
Definition at line 912 of file OSSolverService2.cpp.
bool callServiceMethod | ( | OSCommandLine * | oscommandline | ) |
Definition at line 1183 of file OSSolverService2.cpp.
void doPrintModel | ( | OSCommandLine * | oscommandline | ) |
Definition at line 1028 of file OSSolverService2.cpp.
void doPrintModel | ( | OSInstance * | osinstance | ) |
Definition at line 1077 of file OSSolverService2.cpp.
void doPrintRow | ( | OSCommandLine * | oscommandline | ) |
Definition at line 1090 of file OSSolverService2.cpp.
void doPrintRow | ( | OSInstance * | osinstance, | |
std::string | rownumberstring | |||
) |
Definition at line 1154 of file OSSolverService2.cpp.
int main | ( | int | argC, | |
const char * | argV[] | |||
) |
Definition at line 160 of file OSSolverService2.cpp.