Coluna.jl icon indicating copy to clipboard operation
Coluna.jl copied to clipboard

Refactor solutions

Open guimarqu opened this issue 4 years ago • 1 comments

  • [x] Separate PrimalSolution & DualSolution (see #590)
  • [x] ~~Don't use dynamic sparse arrays anymore (ordered dict)~~ (see #609)
  • [x] ~~Create dedicated data structure to efficiently compare solutions~~ (see #609)
  • [x] ~~Transfer the responsibility of checking for same solutions from Formulation to Algorithm (setprimalsol!, setdualsol! , 'setcut_from_sp_dualsol!, setcol_from_sp_primalsol!`)~~ -> refactoring done in #609
  • [ ] Test show methods

guimarqu avatar Aug 31 '21 09:08 guimarqu

We don't use dynamic sparse arrays anymore (cf #710).

guimarqu avatar Sep 03 '22 07:09 guimarqu