/home/coin/SVN-release/OS-2.3.1/OS/src/OSParsers/OSOptionsStruc.h

Go to the documentation of this file.
00001 /* $Id: OSOptionsStruc.h 3598 2010-07-27 06:01:40Z kmartin $ */
00019 #ifndef OSOPTIONSSTRUC_H
00020 #define OSOPTIONSSTRUC_H
00021 
00034 struct osOptionsStruc{
00039         std::string configFile;
00040         
00044         std::string osilFile;
00045         
00050         std::string osil;
00051         
00054         std::string osolFile;
00055         
00060         std::string osol;
00061         
00065         std::string osrlFile;
00066         
00071         std::string  osrl;
00072         
00076         std::string insListFile;
00077         
00082         std::string insList;
00083         
00087         std::string serviceLocation;
00088         
00092         std::string serviceMethod;
00093          
00098         std::string osplInputFile;
00099         
00104         std::string osplOutputFile;
00105         
00111         std::string osplInput;
00112 
00118         std::string osplOutput;
00119         
00121         std::string mpsFile;
00122         
00124         std::string mps;
00125         
00127         std::string nlFile; 
00128         
00130         std::string nl;
00131         
00132         
00134         std::string datFile; 
00135         
00137         std::string dat;
00138         
00139         
00140         
00142         std::string gamsControlFile;  
00143         
00147         std::string solverName;
00148         
00155         std::string browser;
00156 
00160         bool invokeHelp;
00161         
00165         bool writeVersion;
00166         
00168         bool quit;
00169         
00171         bool exit;
00172         
00174         std::string jobID;
00175         
00176 };
00177 
00178 
00179 #endif
00180 
00181 /*  end header file */ 

Generated on Sun Jan 2 03:04:44 2011 by  doxygen 1.4.7