Skip to content

Commit

Permalink
Make minor edits to unbalance penalization method release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello authored Aug 17, 2023
1 parent 2fe34ae commit a2668cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
features:
- Add `BinaryQuadraticModel::add_linear_inequality_constraint:penalization_method` parameter. It allows the use of unbalanced penalization https://arxiv.org/abs/2211.13914 instead of the slack variables method for the inequality constraints.
- Add ``penalization_method`` parameter to ``BinaryQuadraticModel.add_linear_inequality_constraint()``. It allows the use of unbalanced penalization https://arxiv.org/abs/2211.13914 instead of the slack variables method for the inequality constraints.

0 comments on commit a2668cb

Please sign in to comment.