Skip to content

Commit 27ff00f

Browse files
committed
Merge branch 'ExprLike' of github.com:Zeroto521/PySCIPOpt into ExprLike
2 parents 11d1801 + b814b40 commit 27ff00f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
### Changed
1414
- Speed up `constant * Expr` via C-level API
1515
- Speed up `Term.__eq__` via the C-level API
16-
- Move magic methods (`__radd__`, `__sub__`, `__rsub__`, `__rmul__`, `__richcmp__`, `__neg__`, and `__rtruediv__`) to `ExprLike` base class
16+
- Move magic methods (`__radd__`, `__sub__`, `__rsub__`, `__rmul__`, `__richcmp__`, `__neg__`, and `__rtruediv__`) to `ExprLike` base class
1717
### Removed
1818
- Removed outdated warning about Make build system incompatibility
1919
- Removed `Term.ptrtuple` to optimize `Term` memory usage

0 commit comments

Comments
 (0)