/* Scope hierarchy for solver execution.
Scopes maintain state at different levels of the solving process:
- [`SolverScope`]: Top-level, holds working solution and best solution
- [`PhaseScope`]: Per-phase state
- [`StepScope`]: Per-step state within a phase
*/
pub use PhaseScope;
pub use ;
pub use StepScope;