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

Go to the documentation of this file.
00001 /* $Id: OSOptionsStruc.h 2698 2009-06-09 04:14:07Z 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         
00129         std::string solverName;
00130         
00137         std::string browser;
00138 
00142         bool invokeHelp;
00143         
00147         bool writeVersion;
00148         
00149 };
00150 
00151 
00152 #endif
00153 
00154 /*  end header file */ 

Generated on Mon Aug 3 03:02:23 2009 by  doxygen 1.4.7