@@ -152,13 +152,14 @@ constraints.
152152# Project Status & Roadmap
153153
154154{{% pageinfo %}} SolverForge is a ** production-ready constraint solver** written
155- in Rust. This documentation set is aligned with ** SolverForge 0.7.1** . {{% /pageinfo %}}
155+ in Rust. This documentation set is aligned with ** SolverForge 0.8.2** and the
156+ current crate line targets ** Rust 1.92+** . {{% /pageinfo %}}
156157
157158## Current Status
158159
159160| Component | Status | Description |
160161| ------------- | ------------------- | ---------------------------------------------------------------- |
161- | ** Rust Core** | ✅ Production-ready | Native Rust constraint solver with the current ` 0.7.1 ` runtime surface |
162+ | ** Rust Core** | ✅ Production-ready | Native Rust constraint solver with the current ` 0.8.2 ` runtime surface |
162163
163164** Want to try it today?**
164165
@@ -196,7 +197,21 @@ SolverForge Rust is **feature-complete** as a production constraint solver:
196197 ` SolverStatus ` , exact in-process pause/resume checkpoints, retained
197198 snapshots, snapshot-bound analysis, and terminal-job deletion
198199- ** Configuration** : stock ` solver.toml ` loading plus
199- ` SolverConfig::load() ` , ` from_toml_str() ` , and ` from_yaml_str() `
200+ ` SolverConfig::load() ` , ` from_toml_str() ` , ` from_yaml_str() ` , and
201+ ` #[planning_solution(config = "...")] ` overlays that decorate the loaded
202+ runtime config
203+
204+ ## Latest Runtime Additions in 0.8.2
205+
206+ - ** Prompt retained-runtime controls** : built-in search phases now poll pause,
207+ cancel, and config termination state during large neighborhood work so
208+ interactive controls settle promptly without app-side watchdogs
209+ - ** List-variable solution trait bounds** : ` #[planning_list_variable] ` can now
210+ declare ` solution_trait = "path::Trait" ` when meters or helpers require extra
211+ solution-side API
212+ - ** Serialized pause lifecycle publication** : the retained event stream keeps
213+ ` PauseRequested ` authoritative and ordered before later worker-side
214+ pause-state events
200215
201216## Roadmap
202217
@@ -316,7 +331,7 @@ optimized native code.
316331</details >
317332
318333<details >
319- <summary ><strong >What's implemented (0.7.1 )</strong ></summary >
334+ <summary ><strong >What's implemented (0.8.2 )</strong ></summary >
320335
321336** Repository** :
322337[ solverforge/solverforge] ( https://github.com/solverforge/solverforge )
0 commit comments