#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 "OSnl2osil.h"
#include "OSOptionsStruc.h"
#include <stdio.h>
#include <map>
Go to the source code of this file.
Defines | |
#define | MAXCHARS 5000 |
Typedefs | |
typedef struct yy_buffer_state * | YY_BUFFER_STATE |
Functions | |
YY_BUFFER_STATE | osss_scan_string (const char *osss, void *scanner) |
void | setyyextra (osOptionsStruc *osoptions, void *scanner) |
int | ossslex (void *scanner) |
int | ossslex_init (void **ptr) |
int | ossslex_destroy (void *scanner) |
void | interactiveShell () |
std::string | get_help () |
std::string | get_version () |
std::string | get_options () |
void | reset_options () |
void | solve () |
void | getJobID () |
void | send () |
void | kill () |
void | retrieve () |
void | knock () |
void | getOSiLFromNl () |
void | getOSiLFromMps () |
void | getOSiLFromGams () |
void | listOptions (osOptionsStruc *osoptions) |
void | doPrintModel (osOptionsStruc *osoptions) |
void | doPrintRow (osOptionsStruc *osoptions) |
void | getServiceLocation () |
int | main (int argC, const char *argV[]) |
Variables | |
osOptionsStruc * | osoptions |
INPUTS:
Definition in file OSSolverService.cpp.
#define MAXCHARS 5000 |
Definition at line 142 of file OSSolverService.cpp.
typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 144 of file OSSolverService.cpp.
YY_BUFFER_STATE osss_scan_string | ( | const char * | osss, | |
void * | scanner | |||
) |
void setyyextra | ( | osOptionsStruc * | osoptions, | |
void * | scanner | |||
) |
Definition at line 3154 of file OSParseosss.cpp.
int ossslex | ( | void * | scanner | ) |
int ossslex_init | ( | void ** | ptr | ) |
Definition at line 2982 of file OSParseosss.cpp.
int ossslex_destroy | ( | void * | scanner | ) |
Definition at line 3073 of file OSParseosss.cpp.
void interactiveShell | ( | ) |
Definition at line 1399 of file OSSolverService.cpp.
std::string get_help | ( | ) |
Definition at line 1883 of file OSSolverService.cpp.
std::string get_version | ( | ) |
Definition at line 2077 of file OSSolverService.cpp.
std::string get_options | ( | ) |
Definition at line 2124 of file OSSolverService.cpp.
void reset_options | ( | ) |
Definition at line 2089 of file OSSolverService.cpp.
void solve | ( | ) |
Definition at line 572 of file OSSolverService.cpp.
void getJobID | ( | ) |
Definition at line 874 of file OSSolverService.cpp.
void send | ( | ) |
Definition at line 1024 of file OSSolverService.cpp.
void kill | ( | ) |
Definition at line 1225 of file OSSolverService.cpp.
void retrieve | ( | ) |
Definition at line 1127 of file OSSolverService.cpp.
void knock | ( | ) |
Definition at line 939 of file OSSolverService.cpp.
void getOSiLFromNl | ( | ) |
Definition at line 1314 of file OSSolverService.cpp.
void getOSiLFromMps | ( | ) |
Definition at line 1374 of file OSSolverService.cpp.
void getOSiLFromGams | ( | ) |
Definition at line 1344 of file OSSolverService.cpp.
void listOptions | ( | osOptionsStruc * | osoptions | ) |
Definition at line 2239 of file OSSolverService.cpp.
void doPrintModel | ( | osOptionsStruc * | osoptions | ) |
Definition at line 2292 of file OSSolverService.cpp.
void doPrintRow | ( | osOptionsStruc * | osoptions | ) |
Definition at line 2334 of file OSSolverService.cpp.
void getServiceLocation | ( | ) | [inline] |
Definition at line 183 of file OSSolverService.cpp.
int main | ( | int | argC, | |
const char * | argV[] | |||
) |
new -- added on September 19, 2011 if we are here, then the command line had a configure file, but command line options should override the config file so go back and get these options again
end of new code added on September 19, 2011
Definition at line 194 of file OSSolverService.cpp.
Definition at line 181 of file OSSolverService.cpp.