From 041ff29388cca690d2501ea314f194e4eebe36c9 Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Sun, 29 Mar 2020 23:29:52 +0300 Subject: [PATCH] Improved debug output --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 4556896..324a058 100644 --- a/main.cpp +++ b/main.cpp @@ -369,6 +369,7 @@ void fill_ranks(vector monomials) { used_map[val] = total_ranks; ranks.back().push_back(cur_fn); } + cout << "remains: " << functions_remains << endl; save_rank(total_ranks, ranks.back()); cout << "size for rank " << total_ranks << " is " << ranks.at(total_ranks).size() << endl; }