What's Changed
- Enable controlling variable names in written out problems by @AlfaimaSB in #265
- Add primal and dual limits to supported model statuses, update scip-sys by @mmghannam in #267
- add functionality to get children of a node by @HunkBenny in #268
- Update scip-sys to 0.1.26 by @mmghannam in #271
- Added
redcostmethod to Variable.rs by @HunkBenny in #269 - Allow ScipPtr creation to fail by @mrnossiom in #275
- Bind Solution's lifetime to Model by @mrnossiom in #276
- fix typos + clippy lints by @mrnossiom in #277
- Use PhantomData to store the Model typestate by @mrnossiom in #278
- Add Model::try_solve for fallible solving on ProblemCreated by @screensoftware in #279
- Add Heur wrapper and find_heur for heuristic statistics by @mmghannam in #284
- Support SCIP 10.0.2 by @mmghannam in #285
- Add partial solutions (MIP-start with UNKNOWN entries) by @omau in #282
- Add node selector (NODESEL) plugin support by @mmghannam in #286
- Drop libclang build dependency in bundled mode by @mmghannam in #287
- Gate bin_packing example behind datastore feature by @mmghannam in #289
- Fix segfault when Model is dropped after read_prob fails by @mmghannam in #288
- Add concurrent solve support by @mmghannam in #290
- Add JSON statistics output (SCIP 10) by @mmghannam in #291
New Contributors
- @AlfaimaSB made their first contribution in #265
- @mrnossiom made their first contribution in #275
- @screensoftware made their first contribution in #279
- @omau made their first contribution in #282
Full Changelog: v0.9.1...v0.10.0