X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/9793054ae3d7e158930379655cdc881879934441..0fecd0fc8c395fa209a8a9bbd32c3a88c3281f49:/options.h diff --git a/options.h b/options.h index 8a48ed1..fcb982a 100644 --- a/options.h +++ b/options.h @@ -39,6 +39,8 @@ namespace opt { extern std::string loba_algo; extern bool bookkeeping; extern double min_lb_iter_duration; + extern unsigned comp_iter_delay; + extern double comp_time_delay; // Application parameters extern cost_func comp_cost;