00001 // Minimizer.cpp: implementation of the Minimizer class. 00002 // 00004 00005 00006 #include "Minimizer.h" 00007 00008 #ifndef SWIG 00009 #ifdef _DEBUG 00010 #undef THIS_FILE 00011 static char THIS_FILE[]=__FILE__; 00012 // #define new DEBUG_NEW 00013 #endif 00014 #endif 00015 00017 // Construction/Destruction 00019 00020 00021 Minimizer::Minimizer() 00022 { 00023 00024 00025 00026 } 00027 00028 Minimizer::~Minimizer() 00029 { 00030 00031 00032 00033 00034 }