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