Unable to assign to `CQM.objective.offset`
mcfarljm opened this issue · 0 comments
mcfarljm commented
Description
Attempt to assign a value to CQM.objective.offset
produces an error.
Steps To Reproduce
import dimod
cqm = dimod.ConstrainedQuadraticModel()
cqm.objective.offset = 1
Expected Behavior
This used to work in dimod 0.11.