FP.hpp

Go to the documentation of this file.
00001 #ifndef FP_H
00002 #define FP_H
00003 
00004 
00005 struct OptParam
00006 {
00007   int minNodes_;
00008   int nodeInterval_;
00009   double maxTime_;
00010   OptParam(int minNodes = 100000, int nodeInterval = 1000,double maxTime = 10800):
00011       minNodes_(minNodes), nodeInterval_(nodeInterval), maxTime_(maxTime)
00012   {}
00013 }
00014 ;
00015 
00016 extern OptParam params;
00017 
00018 
00019 #endif

Generated on Fri May 16 21:05:59 2008 for Bonmin by  doxygen 1.4.7