Skip to content

Commit c3ca2fe

Browse files
committed
Resolve CHANGELOG merge conflict
1 parent fb3a4bd commit c3ca2fe

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
- Added `addConsCumulative()` for SCIP cumulative constraints (#1222)
66
### Fixed
77
### Changed
8-
<<<<<<< ExprLike
9-
- Move magic methods (`__radd__`, `__sub__`, `__rsub__`, `__rmul__`, `__richcmp__`, `__neg__`, and `__rtruediv__`) to `ExprLike` base class
10-
=======
8+
- Move magic methods (`__radd__`, `__sub__`, `__rsub__`, `__rmul__`, `__richcmp__`, `__neg__`, and `__rtruediv__`) to `ExprLike` base class (#1204)
119
- Speed up `Expr.__add__` and `Expr.__iadd__` via the C-level API
12-
>>>>>>> master
1310
### Removed
1411

1512
## 6.2.1 - 2026.05.16

0 commit comments

Comments
 (0)