Implements ResolutionComputation.
Definition at line 1998 of file res-a0.cpp.
1999{
2000 o << "--- The total number of pairs in each level/slanted degree -----"
2004
2005
2006
2007
2008
2009 o <<
"--- (Lower bounds of) the minimal betti numbers ----------" <<
newline;
2013 {
2017 o << "--- Number of monomials ---------------------------------"
2021 }
2022
2023
2025 for (int lev = 0; lev < resn.size(); lev++)
2026 {
2027 if (resn[lev]->pairs == nullptr) continue;
2028 o <<
"---- level " << lev <<
" ----" <<
newline;
2029 for (res2_pair *
p = resn[lev]->pairs;
p !=
nullptr;
p =
p->next)
2031 }
2032}
static void betti_display(buffer &o, M2_arrayint a)
void text_out(const res2_pair *p) const
M2_arrayint betti_skeleton() const
M2_arrayint betti_minimal() const
M2_arrayint betti_nmonoms() const
References ResolutionComputation::betti_display(), betti_minimal(), betti_nmonoms(), betti_skeleton(), M2_gbTrace, n_ones, n_others, n_unique, newline, p, text_out(), and total_reduce_count.