HiGHS icon indicating copy to clipboard operation
HiGHS copied to clipboard

Add Highs_presolve and Highs_getPresolvedLp to C API - and Highs_getLp and Highs_clearIntegrality

Open jajhall opened this issue 1 year ago • 4 comments

jajhall avatar Jan 05 '24 19:01 jajhall

Also need Highs_getPresolvedNumCol, Highs_getPresolvedNumRow and Highs_getPresolvedNumNz

jajhall avatar Jan 08 '24 12:01 jajhall

Might as well add Highs_getLp for LPs and MIPs

jajhall avatar Jan 08 '24 13:01 jajhall

Trivial to add Highs_getLp, saving non-LP formulators from having to avoid Hessian data

When wanting to form the relaxation, it's currently only possible to change all integrality to HighsVarType::kContonuous, so add Highs_clearIntegrality and Highs::clearIntegrality

jajhall avatar Jan 11 '24 21:01 jajhall

Closed by #1574

jajhall avatar Jan 11 '24 21:01 jajhall