0.10.17
New Features
- Add
BinaryQuadraticModel::lower_bound()
andBinaryQuadraticModel::upper_bound()
methods to the C++ code.
- Improve the performance of the
QuadraticModel.update()
method.
- Improve the performance of the
ConstrainedQuadraticModel.set_objective()
method.
QuadraticModel.update()
now accepts binary quadratic models in addition to quadratic models.
- Add
QuadraticModel.add_variables_from_model()
method. See #1157.