dwavesystems / dwavebinarycsp

Map constraint satisfaction problems with binary variables to binary quadratic models.
https://docs.ocean.dwavesys.com/projects/binarycsp/en/latest
Apache License 2.0
20 stars 27 forks source link

Feasible configurations cannot be mutable #11

Closed arcondello closed 6 years ago

arcondello commented 6 years ago

const = dwavecsp.Constraint.from_configurations([[0, 0], [1, 1]], ['a', 'b'], dwavecsp.BINARY)

arcondello commented 6 years ago

Closed by #14