Error when reading col names in a loop #1706
Replies: 2 comments 6 replies
-
I've not heard of anything like this before. What HiGHS calls were you making? |
Beta Was this translation helpful? Give feedback.
1 reply
-
OK, so the closest I can get to this is in the C API. It's soon done, so I'll convet this to an issue as a reminder |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have loaded a model through an LP file and want to get the names of the variables from HiGHs. I am attempting to do this in a for loop, but only make it a few iterations before encountering errors. Some examples of the errors are:
malloc(): invalid size (unsorted)
free(): invalid pointer
I think there was another one about "corrupted size < previous", but I cannot reproduce it.
Has anyone encountered this type of issue?
Beta Was this translation helpful? Give feedback.
All reactions