Skip to content

0.10.17

Choose a tag to compare

@arcondello arcondello released this 12 Apr 21:16
f375864

New Features

  • Add BinaryQuadraticModel::lower_bound() and BinaryQuadraticModel::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.