#ifndef CONFIG_HPP #define CONFIG_HPP #include using namespace std; //#ifndef GMAX static const size_t g_max=60; //#else //static const size_t g_max=GMAX; //#endif //static const double min_cost_to_split=20; //static const double min_cost_to_consider=10; #endif