Coluna.jl
Coluna.jl copied to clipboard
Refactor solutions
- [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
We don't use dynamic sparse arrays anymore (cf #710).