-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1288 from arcondello/fix/removed-cqm-methods
Restore some removed methods for CQM manipulation
- Loading branch information
Showing
5 changed files
with
86 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...senotes/notes/feature-restore-some-objective-and-constraint-methods-cc40b8ac28944ee2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
fixes: | ||
- | | ||
Add the ability to set offsets on ``ObjectiveView`` and ``ConstraintView``. | ||
This was previously removed in dimod 0.12.0. | ||
See `#1287 <https://github.com/dwavesystems/dimod/issues/1287>`_ | ||
- | | ||
Add ``ObjectiveView.add_linear_from()`` and ``ConstraintView.add_linear_from()`` methods. | ||
These were previously removed in dimod 0.12.0. | ||
- | | ||
Add ``ObjectiveView.add_variable()`` and ``ConstraintView.add_variable()`` methods. | ||
These were previously removed in dimod 0.12.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters