Is there an option to prevent "crossover" when calling highs-ipm solver via scipy.optimize.linprog? It appears that the "standalone" solver (see https://github.com/ERGO-Code/HiGHS) has an option "--run_crossover arg". I just wonder if this is reachable via Python's scipy interface?
The documentation page for linpropg does not list this as a parameter, which of course suggests the negative answer. https://docs.scipy.org/doc/scipy/reference/optimize.linprog-highs-ipm.html