Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highs interface, option values function call deprecated #89

Closed
Cellophil opened this issue Apr 11, 2024 · 2 comments
Closed

Highs interface, option values function call deprecated #89

Cellophil opened this issue Apr 11, 2024 · 2 comments

Comments

@Cellophil
Copy link

Cellophil commented Apr 11, 2024

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

  • highs 1.7: problems with getDoubleOptionValues
  • highs 1.4: apparently zeroAllClocks could not be found

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
Copy link
Member

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.

@svigerske
Copy link
Member

Closing this as no response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants