missing getColIntegrality function in Python interface (actually pyi file) #2621
Unanswered
BrannonKing
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Which version of HiGHS are you using? According to https://github.com/ERGO-Code/HiGHS/releases, we added getColIntegrality to highspy in v1.8.1 (Nov 2024) |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
I can't find any mechanism to query the type given to a variable when the variable was constructed. I'm using the Python interface. Is there a function for this already?
getColIntegralityseems to exist at the C level, but it doesn't exist in the Python wrapper.Beta Was this translation helpful? Give feedback.
All reactions