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

◆ stop_conditions_ok()

bool NCResComputation::stop_conditions_ok ( )
inlineprotectedvirtual

Implements ResolutionComputation.

Definition at line 87 of file nc-res-computation.hpp.

88 {
89 // We ignore all stopping conditions except length_limit, degree_limit
90 return true;
91 }