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
21 stars 28 forks source link

SoftConstraint subclass of Constraint #73

Open arcondello opened 5 years ago

arcondello commented 5 years ago

Application Right now all the constraints are soft constraints when converted to BQMs. It would be good though to formalize that and allow users to specify the strength of their constraints

mareksubocz commented 4 years ago

That's right! It would allow for a high-level way of setting truly soft constraints.