Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load CQMs saved as files with load(..) function #843

Merged

Conversation

arcondello
Copy link
Member

No description provided.

@arcondello arcondello requested a review from hhtong June 11, 2021 21:02
@codecov-commenter
Copy link

codecov-commenter commented Jun 11, 2021

Codecov Report

Merging #843 (46009f9) into main (4fd10b0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #843   +/-   ##
=======================================
  Coverage   88.56%   88.56%           
=======================================
  Files          71       71           
  Lines        6068     6069    +1     
=======================================
+ Hits         5374     5375    +1     
  Misses        694      694           
Impacted Files Coverage Δ
dimod/constrained.py 88.39% <100.00%> (+0.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4fd10b0...46009f9. Read the comment docs.

@arcondello arcondello merged commit a18309d into dwavesystems:main Jun 11, 2021
@arcondello arcondello deleted the feature/add-CQM-to-file-load branch June 11, 2021 21:10
arcondello added a commit that referenced this pull request Jun 11, 2021
New Features
------------

* Add `add_bqm` method to C++ BinaryQuadraticModel #821, #823
* Add `Structured.valid_bqm_graph` method for verifying input problem structure #832
* Reimplement `BinaryQuadraticModel` to use new C++ code #828
* `BinaryQuadraticModel` can now be manipulated symbolically #834
* `load` function can now load all model types #841, #843
* `DiscreteQuadraticModel` now has an `.offset` attribute #838
* Add `ConstrainedQuadraticModel` class #839

Fix
---
* Fix type promotions in binary quadratic models with object biases #836
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants