Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 10:06
· 612 commits to master since this release
da5f252

Coluna v0.3.0

Diff since v0.2.0

Closed issues:

  • Improve tests (#57)
  • Improve ad-hoc pricing solver user experience (#83)
  • behaviour of setlb! and setub! (#116)
  • Numerical stability (#157)
  • Empty Conquer Strategy + NoBranching = infinite loop (#166)
  • Add better error msg if max number of formulations reached (#168)
  • Cut generation callback (#177)
  • Strategy for Problem (#197)
  • Dynamic Sparse Matrix (#198)
  • Mapping Coluna Vars/Constrs <-> JuMP Vars/Constrs (#206)
  • Make Formulation independent of Algorithm (#220)
  • MAX_NUM_NODES & OPEN_NODE_LIMIT must be parameters of B&B algo (#226)
  • number_of_leaves may return -1 but is used in a log function (#242)
  • Store current data in sparse matrix (#248)
  • Check if column exists (#249)
  • Issue with projection from the reformulation to the original variables (#252)
  • Update tests for MOI 0.9.10 (#254)
  • Dependency on input parameter values (#257)
  • setcurisactive! / activate! / deactivate! : keep only one ? (#264)
  • Kind of a constraint in an MOIOptimizer (#266)
  • An error when solving cutting stock problem (#302)
  • Branch and Price generates already active columns (#312)
  • Full Branch and Price instead of restricted master heuristic (#313)
  • DwSpSetupVar in master (#314)
  • Restricted master is feasible but CPLEX did not return a dual solution (#315)
  • set on var/constrs should not be done with the id (#328)
  • codecov not working (#332)
  • Infeasible master when Gurobi is subsolver (#334)
  • Pricing call back not working (#339)
  • Sense of a variable (#343)
  • TreeSearchAlgorithm infinite branching loop when restricted LP master infeasible (#353)
  • Rename ConstrKind Core (#356)
  • Does not work with Julia 1.2 (#357)
  • Subproblem infeasibility detection broken in colgen (#361)
  • Dict not threadsafe ? (#363)
  • getters for dw_sp_pricing_lb & ub in Reformulation (#366)

Merged pull requests: