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

◆ stop_conditions_ok()

virtual bool GBProxy::stop_conditions_ok ( )
inlineprotectedvirtual

Implements Computation.

Definition at line 52 of file comp-gb-proxy.hpp.

53 {
54 G->stop_ = stop_;
55 return G->stop_conditions_ok();
56 }
StopConditions stop_
Definition comp.hpp:75
GBComputation * G

References G, and Computation::stop_.