Skip to content

v1.1.12

Compare
Choose a tag to compare
@SteveDiamond SteveDiamond released this 26 May 06:57
· 515 commits to master since this release

Improvements

  • Gurobi warm start (#1248)
  • param_dict and var_dict (#1279)
  • Implement handling of bool valued constraints (#1283)
  • Use lazy interpolation for logging (#1312)
  • Set prob.value to prob.objective.value (#1300)
  • populate solver_stats for ecos_bb, ecos & scs (#1323)

Bug fixes

  • Gurobi: fix for when time limit is hit with no solution (#1270)
  • Gurobi: fix for when time limit is hit with no solution (QP case) (#1272)
  • Fix NonPos (#1277)
  • Switch to using safe default arguments (#1311)