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
In preprocessing tests, one tries to access Coluna's internal Formulations through the JuMP model to test how the preprocessing modifies elements of Formulations. I think it's a bad pratice and we should use JuMP/MOI API instead of doing :
One could create an algorithm (in tests) that runs the preprocessing and checks the elements. The algorithm will have direct access to all Formulations.
Same for tests of show method.
The text was updated successfully, but these errors were encountered:
In preprocessing tests, one tries to access Coluna's internal
Formulation
s through the JuMP model to test how the preprocessing modifies elements ofFormulation
s. I think it's a bad pratice and we should use JuMP/MOI API instead of doing :One could create an algorithm (in tests) that runs the preprocessing and checks the elements. The algorithm will have direct access to all
Formulation
s.Same for tests of show method.
The text was updated successfully, but these errors were encountered: