X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/80a1fe1a200a4309c36598571b1f4ccb76a8788f..6ad1e94466f69183cec5ce63db62c248e00e5db6:/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;