the suite

optimality contracts

An optimum, a tolerance, and a heuristic are three different products. Every result names which one it is, so a best-effort answer can never quietly wear the clothes of a proof.

Every solver in the suite carries a contract class: the strongest claim its result is allowed to make. The class is part of the result itself, delivered in a typed _contract block beside the native output, with status, diagnostics, certificates, and warnings.

The audit is per solver, not per family. An iterative solve and an exact search sit in the same toolbox but are permitted entirely different sentences.

classmeaningsafe claimsolvers
exact_optimalThe method provably returns the global optimum for the declared model.global optimum, when native status confirms completion12
exact_decisionComplete decision, feasibility, or equivalence answer with a witness for the declared model.proved SAT, UNSAT, feasible, or equivalent4
optimal_to_toleranceNumerical optimizer with residual, KKT, Bellman, or constraint diagnostics under stated model assumptions.optimal to tolerance under assumptions6
solve_to_toleranceEquation, root, spectral, or linear solve with residual diagnostics.solution to tolerance14
local_convergenceLocal nonlinear optimization or fixed-point convergence.local converged result, no global proof9
heuristic_best_so_farStochastic or local search with a best-so-far output and no global certificate.best found within the search budget6
stochastic_estimateA statistical estimate, delivered with sample-count and error diagnostics.estimate with sampling diagnostics4
policy_decisionDeterministic rule, contract, selection, or control decision.validated policy decision, not an optimum10
computed_not_optimizerDeterministic numeric, symbolic, or transform primitive with no optimization objective.validated computation, not an optimum32
total97

Last audited 2026-06-06 against the wired roster. Caps and native status flags always take precedence: a node-limit result is an incumbent, never an optimum, whatever the class says.