X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d47d44b2ed067c834ef210ad544512e7581a1c8e..5279f43fc9be71815091e79c76d5bc04c8c88421:/options.h?ds=inline diff --git a/options.h b/options.h index 8f09896..43286f3 100644 --- a/options.h +++ b/options.h @@ -14,8 +14,12 @@ namespace opt { extern int help_requested; extern bool version_requested; + 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();