Expand description
Event sourcing for solver operations.
Every solver emits SolverEvents to an event log, enabling full
observability of the solve pipeline: what was requested, how many
iterations ran, whether convergence was reached, and whether fallback
algorithms were invoked.
Enums§
- Budget
Limit - Which budget limit was exhausted.
- Solver
Event - Events emitted during a solver invocation.