Added
- expose even more SCIP functionality in `scip.pxd`
Changed
- `Model.from_ptr` and `Model.to_ptr` use a `PyCapsule` to exchange the SCIP pointer
rather than an integer.
- mark getDualMultiplier() as deprecated, only getDualSolLinear() is supposed to be used to get duals of constraints
Removed
* removed `__div__` from Expr and GenExpr to make it compatible with cython 0.29.20