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

◆ set_hilbert_function()

Computation * GBComputation::set_hilbert_function ( const RingElement * h)
virtual

Reimplemented in F4Computation, GB_comp, gbA, GBProxy, GBWalker, and newf4::GBF4Interface.

Definition at line 208 of file comp-gb.cpp.

212{
213 (void) h;
214 ERROR("Hilbert function use is not implemented for this GB algorithm");
215 return nullptr;
216}
const int ERROR
Definition m2-mem.cpp:55

References Computation::Computation(), and ERROR.