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

◆ stop_conditions_ok()

bool F4ResComputation::stop_conditions_ok ( )
inlineprotectedvirtual

Implements ResolutionComputation.

Definition at line 108 of file res-f4-computation.hpp.

109 {
110 // We ignore all stopping conditions except length_limit, degree_limit
111 return true;
112 }