Skip to content

Commit b6ea9e9

Browse files
committed
Update changelog
1 parent 975d0e9 commit b6ea9e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## Unreleased
4+
- Add `model.add_m_variables` and `model.add_m_linear_constraints` matrix modeling API
5+
- Add `model.computeIIS` and IIS related attributes for constraint and variable
6+
- Implement constraint based on compare operators, now you can use `model.add_linear_constraint(x + y <= 1.0)` directly
47

58
## 0.3.0
69
- Add `model.set_variable_bounds(variable, lb, ub)` to make it easier to change variable bounds

0 commit comments

Comments
 (0)