Commit afdbf50
authored
4 files changed
+4
-4
lines changed- dimod/binary/binary_quadratic_model.py+13-12
- dimod/constrained/constrained.py+29-87
- dimod/include/dimod/abc.h+24-20
- dimod/include/dimod/binary_quadratic_model.h+11-11
- dimod/include/dimod/constrained_quadratic_model.h+17-3
- dimod/include/dimod/constraint.h+27-3
- dimod/include/dimod/expression.h+1-1
- dimod/include/dimod/quadratic_model.h+16-8
- dimod/include/dimod/vartypes.h+4
- dimod/quadratic/quadratic_model.py+16-16
- docs/intro/intro_samplers.rst+1-1
- docs/reference/cpp.rst+44-10
- docs/reference/models.rst+17-7
- tests/requirements.txt+1-1
Submodule dwave-system updated 14 files
- .appveyor.yml+1
- .circleci/config.yml+17-35
- docs/reference/composites.rst+1-1
- docs/reference/utilities.rst+4-2
- dwave/system/package_info.py+1-1
- dwave/system/samplers/clique.py+1-7
- dwave/system/samplers/leap_hybrid_sampler.py+30-21
- dwave/system/testing.py+18-36
- requirements.txt+9-7
- setup.py+5-5
- tests/qpu/test_leaphybridcqmsampler.py+2-2
- tests/requirements.txt-1
- tests/test_leaphybridcqmsampler.py+64
- tests/test_mock_sampler.py-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments