int help_requested = 0;
bool version_requested = false;
- cost_func comp_cost("1, 0");
- cost_func comm_cost("1, 0");
+ cost_func comp_cost("1e9, 0"); // fixme: find better defaults
+ cost_func comm_cost("1e9, 0"); // fixme: find better defaults
} // namespace opt
return 1;
}
-
+
void opt::print()
{
INFO0(",----[ Simulation parameters ]");