Definition at line 618 of file hilb.cpp.
619{
620 buffer o;
621 o <<
"--- Hilbert Function Statistics---------------------" <<
newline;
627
631 {
632 o <<
"----- depth " << d <<
" -------------" <<
newline;
633 o <<
" " <<
p->monids.size() <<
" monomial ideals total" <<
newline;
634 o <<
" " <<
p->i <<
" = current location" <<
newline;
635 o <<
" " <<
p->first_sum + 1 <<
" sum monomial ideals" <<
newline;
636 o << " h0 = ";
637 R->elem_text_out(o,
p->h0);
639 o << " h1 = ";
640 R->elem_text_out(o,
p->h1);
642 for (
int i = 0; i <
p->monids.size(); i++)
643 {
644 o <<
" ---- monomial ideal ---------------" <<
newline;
645 o << " ";
646 p->monids[i]->text_out(o);
648 }
650 d--;
651 }
652}
References current, depth, maxdepth, newline, nideal, nrecurse, nsteps, p, and R.