Closed m3ller closed 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).
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.
frozenset
) would have been a valid dict key as well.