johnzigla
johnzigla
> I guess you just shouldn't set `solve` to `dualSimplex` if it is a MIP? It is not ```dualSimplex``` that gives segmentation fault, but specifying any method including ```barrier```. The...
Thank you for looking into it. > Why are you trying to set the method for a MIP? I don't understand what does ```solve``` parameter do- I was under the...
I agree that is should error. For a pure LP, method can be set using ```solve``` and it works fine. In addition to the options listed in the Julia wrapper,...