X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d47d44b2ed067c834ef210ad544512e7581a1c8e..325b135f0ee33c6c0242a14e2f58a54fb571b032:/options.h diff --git a/options.h b/options.h index 8f09896..70c9f5d 100644 --- a/options.h +++ b/options.h @@ -14,6 +14,13 @@ 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;