config.hpp 278 B

1234567891011121314151617
  1. #ifndef CONFIG_HPP
  2. #define CONFIG_HPP
  3. #include <iostream>
  4. using namespace std;
  5. //#ifndef GMAX
  6. static const size_t g_max=60;
  7. //#else
  8. //static const size_t g_max=GMAX;
  9. //#endif
  10. //static const double min_cost_to_split=20;
  11. //static const double min_cost_to_consider=10;
  12. #endif