00001 /* $Id: OSColGenApp.cpp 3038 2009-11-07 11:43:44Z kmartin $ */ 00014 #ifndef OSDECOMPPARAM_H 00015 #define OSDECOMPPARAM_H 00016 00017 00018 // --------------------------------------------------------------------- // 00025 // --------------------------------------------------------------------- // 00026 00027 class OSDecompParam { 00028 public: 00029 00035 int columnLimit; 00036 00040 int nodeLimit; 00041 00045 int masterColumnResetValue; 00046 00050 double zeroTol; 00051 00055 double artVarCoeff; 00056 00057 00059 double optTolPerCent; 00060 00061 00062 00063 00064 00065 };//end class OSDecompParam 00066 00067 #endif