Releases: scipopt/russcip
Releases · scipopt/russcip
v0.4.0
What's Changed
- Better handling of unexpected plugin behaviors by @mmghannam in #150
- Allow setting boolean parameters by @Andful in #148
- Add lifetime to solution by @Andful in #149
- Add dual bound method by @mmghannam in #153
- Use Arc in place of all scip pointer uses by @mmghannam in #155
- Hold a SCIP pointer to prevent freeing the model while the constraint is still in use by @mmghannam in #158
- Hold scipptr in variable to eliminate use-after-free errors by @mmghannam in #160
- Use weak refs for model in solving state by @mmghannam in #162
New Contributors
Full Changelog: v0.3.4...v0.4.0
v0.3.4
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Add contributing section to readme by @mmghannam in #134
- Propagate the from-source scip-sys feature by @mmghannam in #135
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
v0.3.0
What's Changed
- Fix the Windows MSVC build by @KarelPeeters in #115
- Try enabling windows ci workflow by @mmghannam in #116
- Fix windows ci link by @mmghannam in #117
- Add support for indicator constraints by @mohammadfawaz in #120
- Running Clippy +
rustfmt
and add them to CI by @mohammadfawaz in #121 - Clippy: allow too many arguments by @mmghannam in #123
- add set_memory_limit() by @rinde in #124
- Bundled feature by @mmghannam in #127
New Contributors
- @KarelPeeters made their first contribution in #115
- @mohammadfawaz made their first contribution in #120
- @rinde made their first contribution in #124
Full Changelog: v0.2.6...v0.3.0