Replies: 2 comments 1 reply
-
Maybe you need to read more paper, E.g. Andersen, E. D. (1999). On exploiting problem structure in a basis identification procedure for linear programming. INFORMS Journal on Computing, 11(1), 95–103. https://doi.org/10.1287/ijoc.11.1.95 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, I missed this question six months ago. The crossover process is not something I'll explain here. Look at the paper and the code |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently looking at the crossover routine
Highs_crossover
, and I have some questions and wonders if anyone is aware of the answer. First of all, I would like to sum up what I observe whatHighs_crossover
is doing with an assumption that only the primal variable values are fed as input of the routine. Please correct me if I am wrong or inaccurate at any step. The following are the steps it takes:bound, and get
I have two main questions:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions