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

Go to the documentation of this file.
00001 
00018 #ifndef OSOPTIONSSTRUC_H
00019 #define OSOPTIONSSTRUC_H
00020 
00033 struct osOptionsStruc{
00038         std::string configFile;
00039         
00043         std::string osilFile;
00044         
00049         std::string osil;
00050         
00053         std::string osolFile;
00054         
00059         std::string osol;
00060         
00064         std::string osrlFile;
00065         
00070         std::string  osrl;
00071         
00075         std::string insListFile;
00076         
00081         std::string insList;
00082         
00086         std::string serviceLocation;
00087         
00091         std::string serviceMethod;
00092          
00097         std::string osplInputFile;
00098         
00103         std::string osplOutputFile;
00104         
00110         std::string osplInput;
00111 
00117         std::string osplOutput;
00118         
00120         std::string mpsFile;
00121         
00123         std::string nlFile;  
00124         
00128         std::string solverName;
00129         
00136         std::string browser;
00137 
00141         bool invokeHelp;
00142         
00146         bool writeVersion;
00147         
00148 };
00149 
00150 
00151 #endif
00152 
00153 /*  end header file */ 

Generated on Sun Nov 14 14:06:39 2010 for Coin-All by  doxygen 1.4.7