-
Notifications
You must be signed in to change notification settings - Fork 55
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
Implement partitioning and tests #216
Conversation
Codecov Report
@@ Coverage Diff @@
## main #216 +/- ##
==========================================
+ Coverage 74.42% 74.84% +0.41%
==========================================
Files 29 30 +1
Lines 2045 2083 +38
==========================================
+ Hits 1522 1559 +37
- Misses 523 524 +1
Continue to review full report at Codecov.
|
@arcondello Started this PR to deal with the history issues; comments from previous PR mostly addressed here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add parition
to https://github.com/dwavesystems/dwave-networkx/blob/main/docs/reference/index.rst
The graph to partition. | ||
num_partitions : int, optional (default 2) | ||
The number of subsets in the desired partition. | ||
sampler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a :
equation or a Quadratic Model, with or without constraints. The sampler | ||
is expected to have a 'sample_cqm' method. A sampler is expected to | ||
return an iterable of samples, in order of increasing energy. | ||
sampler_args |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a :
82d6e41
to
6ffe141
Compare
Starting over for this PR to get away from git history issues.