Macaulay2 Engine
Loading...
Searching...
No Matches

◆ text_out()

void gbres_comp::text_out ( buffer & o) const
virtual

Implements ResolutionComputation.

Definition at line 320 of file res-a2.cpp.

321{
322 o << " #gb #pair #comp m z o u #hilb #gcd #mons #chg";
323 for (int i = 1; i < n_nodes; i++) nodes[i]->text_out(o);
324}
int n_nodes
Definition res-a2.hpp:253
gb_node ** nodes
Definition res-a2.hpp:254
void text_out(buffer &o) const
Definition res-a2.cpp:320

References n_nodes, nodes, and text_out().

Referenced by text_out().