X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/5279f43fc9be71815091e79c76d5bc04c8c88421..431ac6bd7924ab99473c9a621a25ab0c555c3e60:/options.h?ds=inline diff --git a/options.h b/options.h index 43286f3..70c9f5d 100644 --- a/options.h +++ b/options.h @@ -14,12 +14,15 @@ namespace opt { extern int help_requested; extern bool version_requested; + extern unsigned log_rate; + extern unsigned maxiter; extern bool exit_on_close; extern bool bookkeeping; extern cost_func comp_cost; + extern cost_func comm_cost; int parse_args(int* argc, char* argv[]); void print();