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

Go to the documentation of this file.
00001 /* $Id: OSOptionsStruc.h 2895 2009-08-30 05:58:24Z 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 nlFile;  
00125         
00126         
00128         std::string gamsControlFile;  
00129         
00133         std::string solverName;
00134         
00141         std::string browser;
00142 
00146         bool invokeHelp;
00147         
00151         bool writeVersion;
00152         
00153 };
00154 
00155 
00156 #endif
00157 
00158 /*  end header file */ 

Generated on Tue Mar 30 03:04:40 2010 by  doxygen 1.4.7