Skip to content

v0.6.7-alpha

Compare
Choose a tag to compare
@hlefebvr hlefebvr released this 15 Nov 21:35
· 321 commits to main since this release
  • FIX: adding constraint to sub-problem caused segmentation fault because of object moved before used
  • Making branching on constraint available for default nodes and node updator
  • Add initialization step for node updators and branching rules
  • Allow for Var() == Var() to define a TempCtr (used to be forced to Var() == 1. * Var())#
  • In DantzigWolfeDecomposition, write now exports master and sub-problems instead of just master