Skip to content

v0.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 18:17
· 184 commits to master since this release
bf54f5d

Coluna v0.6.2

Diff since v0.6.1

Closed issues:

  • update_all_ip_primal_solutions! reverse loop (#397)
  • Handle variable bounds with LowerThan GreaterThan constraints (#799)
  • Check how to deal with equalities when computing Benders cuts right-hand side (#934)

Merged pull requests:

  • Interval -> GreaterThan & LowerThan (#922) (@guimarqu)
  • Benders: don't check second stage cost estimation when sep returns feasibility cut (#923) (@guimarqu)
  • Benders docstrings (#924) (@guimarqu)
  • add small location routing formulation in benders_default (#925) (@enjoyUrFruits)
  • Remove unused & deprec method from MathProg (#926) (@guimarqu)
  • 1st version of dynamic smoothing stab for column generation (#928) (@guimarqu)
  • TestBendersIterationContext in benders_default (#929) (@enjoyUrFruits)
  • File for stabilization tests (#931) (@guimarqu)
  • Test subgradient calculation helper (#932) (@guimarqu)
  • Test primal solution used to compute subgradient in alpha self-adjusting procedure (#933) (@guimarqu)
  • test angle; fix subgradient calculation (#935) (@guimarqu)
  • Test benders cuts (#936) (@enjoyUrFruits)
  • remove LOWER_UPPER from enum ActiveBound (#937) (@enjoyUrFruits)
  • Implement NoColGenStab + fix colgen tests (#938) (@guimarqu)
  • Test Benders flow for infeasible/unbounded (#939) (@enjoyUrFruits)
  • Test ColGen stabilization flow (#940) (@guimarqu)
  • test final dual bound of colgen with stabilization (#941) (@guimarqu)
  • Stabilization documentation (#942) (@guimarqu)
  • v0.6.2 (#943) (@guimarqu)
  • Update NEWS.md (#944) (@guimarqu)
  • Boost tests for Benders IP master (#945) (@enjoyUrFruits)