Closed serras closed 2 years ago
This is a quick generalization of the usage of "fuel" to stop symbolic evaluation. The idea is
StoppingCondition
SymEvalStatistics -> Bool
So now our previous runners become:
const False
\st -> sestConsumedFuel st > availableFuel
\st -> sestConstructors st > maxConstructors
This is a quick generalization of the usage of "fuel" to stop symbolic evaluation. The idea is
StoppingCondition
which is nothing more than a predicateSymEvalStatistics -> Bool
.So now our previous runners become:
const False
asStoppingCondition
,\st -> sestConsumedFuel st > availableFuel
,\st -> sestConstructors st > maxConstructors
.