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
Clearly we could make them enums - although enum classes would have downsides - but I'm wary of encouraging people to experiment. Serial dual simplex is much the most robust, and its performance is typically at least as good as parallel simplex these days (and generally rather better than primal simplex).
Maybe I'll add them when I get around to making the primal simplex solver more robust and efficient. I've got a use case that may mean I work in this in the winter of 2024-25.
My suggestion is more on a general note rather than specific for the simplex_strategy, that was just an example.
But it is good to hear there might be some focus on the primal simplex anyway! We currently use it in a classic column generation and seems to be the best option in our case.
Hi Team,
I have a suggestion: will you consider providing enums for some of the integer options?
For instance setting the
simplex_strategy
option could be more readable if I can use an enum instead of say4
.The text was updated successfully, but these errors were encountered: