X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/f620be5869815a0dccd5b37089c2ee91399915e4..431ac6bd7924ab99473c9a621a25ab0c555c3e60:/options.h diff --git a/options.h b/options.h index 8125edb..70c9f5d 100644 --- a/options.h +++ b/options.h @@ -22,6 +22,7 @@ namespace opt { extern bool bookkeeping; extern cost_func comp_cost; + extern cost_func comm_cost; int parse_args(int* argc, char* argv[]); void print();