scipopt / scip

SCIP - Solving Constraint Integer Programs
Other
366 stars 63 forks source link

Highs interface, option values function call deprecated #89

Open Cellophil opened 2 months ago

Cellophil commented 2 months ago

I'm trying to compile scip 9.0 with highs as LP solver; I'm getting errors with both

Highs.h defines getOptionValues and getDoubleOptionValues (mentioning that that is to be deprecated). lip_highs.cpp within the scip project only calls getOptionValues. Not sure where the issue is.

svigerske commented 2 weeks ago

lpi_highs.cpp uses Highs::getOptionValue(), but not getDoubleOptionValues. I have no problems to compile the SCIP/HiGHS interface of SCIP 9.1.0 with HiGHS 1.7.1 (or SCIP 9.0.1 with HiGHS 1.7.0).

Please post what errors exactly you get with current SCIP and HiGHS, if there is still an issue.