Functions | |
void | ParseCommandLine (unsigned argc, char **argv, char *&runFileName, char *&prfFileName, char *&xmlFileName) throw (SPARK::XInitialization) |
Parses up to argc command-line arguments in argv[] to produce the name of the files with extensions "*.run", "*.prf" and "*.xml" as needed to run a problem loaded at runtime. | |
void | ShowCommandLineUsage (std::ostream &os) |
Writes command-line usage of stand-alone SPARK engine for a problem loaded at runtime to output stream os . | |
bool | Load (const char *pbName, const char *xmlFileName) |
Loads the problem named "pbName" at runtime and sets name of problem instance after unique identifier "pbName". |
These API functions are used to implement the driver function of the stand-alone SPARK engine.
|
Parses up to argc command-line arguments in argv[] to produce the name of the files with extensions "*.run", "*.prf" and "*.xml" as needed to run a problem loaded at runtime.
|
|
Writes command-line usage of stand-alone SPARK engine for a problem loaded at runtime to output stream
|
|
Loads the problem named "pbName" at runtime and sets name of problem instance after unique identifier "pbName".
|