v0.7.0
What's Changed
- ConsBuilder expr method by @mmghannam in #204
- Add knapsack example by @mmghannam in #205
- Improve readability by @mmghannam in #206
- More concise api for building variables by @mmghannam in #207
- Ergonomic builders for plugins by @mmghannam in #208
- Add a getter method for raw SCIP_EVENT pointer by @mmghannam in #209
- var() method for event by @mmghannam in #210
- Update scip-sys by @mmghannam in #211
- Variable local bounds getters by @mmghannam in #212
- Add semantic versioning check to CI by @mmghannam in #213
- Update scip-sys, remove usage of Rc by @mmghannam in #214
- model.inner() by @mmghannam in #215
- Original variables method, more methods on variable by @mmghannam in #217
- Add comparison methods by @mmghannam in #218
- Method to create solutions in the original space by @mmghannam in #219
- Add sol.inner() by @mmghannam in #220
- Implement cutting stock problem example by @jdsalchow in #216
New Contributors
- @jdsalchow made their first contribution in #216
Full Changelog: v0.6.1...v0.7.0