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

◆ stop_conditions_ok()

bool res2_comp::stop_conditions_ok ( )
virtual

Implements ResolutionComputation.

Definition at line 15 of file res-a0.cpp.

16{
17 if (stop_.length_limit != nullptr && stop_.length_limit->len > 0)
18 {
19 }
20
21 return true;
22}
StopConditions stop_
Definition comp.hpp:75

References Computation::stop_.