Skip to main content

Module events

Module events 

Source
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§

BudgetLimit
Which budget limit was exhausted.
SolverEvent
Events emitted during a solver invocation.