X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/785641a0937a8e0bec6a0af7f6753ba7793da309..11540e34f148fdfa113a77446445803a2a47641e:/options.h?ds=inline diff --git a/options.h b/options.h index 0c69e11..ed32b85 100644 --- a/options.h +++ b/options.h @@ -43,9 +43,11 @@ namespace opt { // Load balancing algorithm extern std::string loba_algo; extern bool bookkeeping; + extern bool egocentric; extern double min_transfer_amount; extern double max_transfer_amount; extern double min_lb_iter_duration; + extern bool integer_transfer; // Application parameters extern cost_func comp_cost;