dwavesystems / demos

WARNING: This repo is obsolete. For D-Wave Ocean code examples, go to the `dwave-examples` GitHub account.
https://github.com/dwave-examples
Apache License 2.0
39 stars 37 forks source link

Feature/satellite placement readme #84

Closed m3ller closed 5 years ago

m3ller commented 5 years ago
randomir commented 5 years ago

@m3ller, re: frozenset: technically, you could use a sorted tuple (it has to be sorted to ensure uniqueness of constellations as bqm's variables), but then the check for constellations overlap (penalization code) would not be as elegant (or you would construct throw-away sets for that anyway).

m3ller commented 5 years ago

This has been sitting in PR for a while. I believe the Readme is good enough to join the rest of the demos, so I shall merge it to master now.