From 0976373ae47988750274f4fb4c237fb9507b8cea Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Sun, 29 Mar 2020 23:29:42 +0300 Subject: [PATCH] Small fixes --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index 3435b9e..4556896 100644 --- a/main.cpp +++ b/main.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include "al_function.hpp" #include "al_bool_matrix.hpp" @@ -314,6 +315,7 @@ void fill_ranks(vector monomials) { vector< vector > ranks; ranks.push_back(vector()); // empty set ranks.push_back(monomials); // empty set + save_rank(1, monomials); cout << "rank index = " << 1 << endl; for (auto el: monomials) {