We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975d0e9 commit b6ea9e9Copy full SHA for b6ea9e9
docs/source/changelog.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
## 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
7
8
## 0.3.0
9
- Add `model.set_variable_bounds(variable, lb, ub)` to make it easier to change variable bounds
0 commit comments