Macaulay2 Engine
Loading...
Searching...
No Matches
◆
IM2_GB_to_string()
M2_string IM2_GB_to_string
(
Computation
*
C
)
Definition at line
633
of file
groebner.cpp
.
635
{
636
buffer
o;
637
try
638
{
639
C->
text_out
(o);
640
return
o.
to_string
();
641
}
catch
(
const
exc::engine_error
& e)
642
{
643
o <<
"[unprintable gb]"
;
644
return
o.
to_string
();
645
}
646
}
Computation::text_out
virtual void text_out(buffer &o) const
Definition
comp.cpp:59
buffer::to_string
M2_string to_string()
Definition
buffer.cpp:20
buffer
Definition
buffer.hpp:55
exc::engine_error
Definition
exceptions.hpp:42
Macaulay2
e
interface
groebner.h
Generated on
for Macaulay2 Engine by
1.15.0