00001 #ifndef Se_Simulated_Annealing_Included 00002 #define Se_Simulated_Annealing_Included 00003 00004 #include "se_gtk_box.h" 00005 00006 namespace Se{ 00007 00008 //Declarations 00009 00010 class Simulated_Annealing{ 00011 00012 Gtk_Box *main_box; 00013 00014 Gtk_Box *hbox1; 00015 Gtk_Box *hbox2; 00016 Gtk_Box *hbox3; 00017 Gtk_Box *hbox4; 00018 00019 Gtk_Box *vbox1; 00020 Gtk_Box *vbox2; 00021 Gtk_Box *vbox3; 00022 00023 public: 00024 //Constructors 00025 Simulated_Annealing(Gtk_Box *the_box); 00026 00027 //Destructor 00028 00029 //Exception 00030 00031 //Reset 00032 00033 //Equals 00034 00035 //Set 00036 00037 //Get 00038 00039 //Display 00040 00041 //Operators 00042 00043 //Interface 00044 00045 //Misc 00046 00047 //Friends 00048 00049 }; 00050 00051 //String operator 00052 00053 //Other operators 00054 00055 } 00056 #endif
1.2.18