+ extern cost_func comm_cost;
+ extern double min_lb_iter_duration;
+ extern double min_comp_iter_duration;
+
+ // Parameters for the end of the simulation
+ extern unsigned lb_maxiter;
+ extern unsigned comp_maxiter;
+ extern double time_limit;
+ extern bool exit_on_close;
+
+ // Named parameters lists
+ extern struct loba_algorithms_type:
+ public named_object_list2<process, int, char** > {
+ loba_algorithms_type();
+ } loba_algorithms;
+
+ extern struct topologies_type:
+ public named_object_list<deployment_generator> {
+ topologies_type();
+ } topologies;