From: Jiri Vlasak Date: Mon, 9 May 2022 11:13:25 +0000 (+0200) Subject: Include ncnt to template X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hubacji1/iamcar2.git/commitdiff_plain/fee0ea882edfadf526706008eb0a46c208eb7710 Include ncnt to template --- diff --git a/src/template-with-reset.cc b/src/template-with-reset.cc index c9f3ea0..d96f170 100644 --- a/src/template-with-reset.cc +++ b/src/template-with-reset.cc @@ -38,7 +38,7 @@ int main() s.swap_side(); pr.reflect(s.entry()); } - std::cerr << ip_time.scnt() << std::endl; + //std::cerr << ip_time.scnt() << std::endl; // The following uses precomputed entries and needs `"fiat_punto.h"` to // be included. //auto pr = get_fiat_punto_entry(s.len(), s.w()); @@ -129,6 +129,7 @@ int main() jvo["time"] = elapsed; jvo["icnt"] = p.icnt(); jvo["rcnt"] = rcnt; + jvo["ncnt"] = ncnt; jvo["bcnt"] = bcnt; jvo["path"] = best_path; jvo["goal_cc"] = cost;