You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Refactor pool of solutions for DwSp & insertion of a column #609
Test show methods
The text was updated successfully, but these errors were encountered:
PrimalSolution
&DualSolution
(see Better support of single variable constraints #590)Don't use dynamic sparse arrays anymore (ordered dict)(see Refactor pool of solutions for DwSp & insertion of a column #609)Create dedicated data structure to efficiently compare solutions(see Refactor pool of solutions for DwSp & insertion of a column #609)Transfer the responsibility of checking for same solutions from Formulation to Algorithm (-> refactoring done in Refactor pool of solutions for DwSp & insertion of a column #609setprimalsol!
,setdualsol!
, 'setcut_from_sp_dualsol!,
setcol_from_sp_primalsol!`)The text was updated successfully, but these errors were encountered: