X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/9793054ae3d7e158930379655cdc881879934441..052b10b56499e63b129bfdfee1de270b1e190e6b:/options.h diff --git a/options.h b/options.h index 8a48ed1..1032a63 100644 --- a/options.h +++ b/options.h @@ -44,6 +44,8 @@ namespace opt { extern cost_func comp_cost; extern cost_func comm_cost; extern double min_comp_iter_duration; + extern unsigned comp_iter_delay; + extern double comp_time_delay; // Parameters for the end of the simulation extern unsigned lb_maxiter;