Skip to content

0.11.3

Compare
Choose a tag to compare
@arcondello arcondello released this 22 Jun 16:04
· 558 commits to main since this release
15d25b2

New Features

  • Add dimod::QuadraticModelBase::energy() method to dimod/libcpp.pxd for Cython access.
  • Randomly generated variable and constraint labels now begin with a letter and do not contain dashes. This ensures that they can be serialized to LP files. See #1206.

Bug Fixes

  • Fix dimod.lp.dump() and dimod.lp.dumps() to output bounds for REAL variables.