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

◆ get_free()

const FreeModule * gbres_comp::get_free ( int level)
inlinevirtual

Implements ResolutionComputation.

Definition at line 298 of file res-a2.hpp.

299 {
300 return free_module(level);
301 }
const FreeModule * free_module(int level) const
Definition res-a2.cpp:274

References free_module().