namespace opt {
+ // Constants
+
+ // A sum of loads if considered null if it is less than
+ // load_ratio_threshold percent of the sum of loads at init.
+ const double load_ratio_threshold = 1e-4;
+
// Global options
std::string program_name;
int help_requested = 0;