What
Route an explicit shared learned-clause limit, a reduction cadence, and a counted shared-decision allowance
into open-theory search. ComponentPlan.search currently constructs the session with default
SearchLearnedDbParams, OpenTheoryEngine.solve uses SearchRestart.Never, and reduceLearnedDb runs only
at a restart, so max-learned cannot reduce the shared store on the QF_IDL route that exercises it.
Use the frozen DTP s9, s12, and s18 instances from #1631 for an equal-decision comparison. Record
decisions-to-verdict, peak retained clauses, dropped clauses, and learned watch visits. A bounded policy
must preserve verdict soundness and must not reduce the number of completed instances at equal work.
Why
#1631 measured clause policies through experiment-only wiring and found policy-sensitive tradeoffs; it did
not establish that standard activity retention is unsound or generally unhelpful. The production limit remains
unreachable on the only measured shared-store consumer. Until the route and reduction boundary are wired, the
configured cap is not an executable policy and cannot be evaluated safely.
What
Route an explicit shared learned-clause limit, a reduction cadence, and a counted shared-decision allowance
into open-theory search.
ComponentPlan.searchcurrently constructs the session with defaultSearchLearnedDbParams,OpenTheoryEngine.solveusesSearchRestart.Never, andreduceLearnedDbruns onlyat a restart, so
max-learnedcannot reduce the shared store on the QF_IDL route that exercises it.Use the frozen DTP
s9,s12, ands18instances from #1631 for an equal-decision comparison. Recorddecisions-to-verdict, peak retained clauses, dropped clauses, and learned watch visits. A bounded policy
must preserve verdict soundness and must not reduce the number of completed instances at equal work.
Why
#1631 measured clause policies through experiment-only wiring and found policy-sensitive tradeoffs; it did
not establish that standard activity retention is unsound or generally unhelpful. The production limit remains
unreachable on the only measured shared-store consumer. Until the route and reduction boundary are wired, the
configured cap is not an executable policy and cannot be evaluated safely.