ERGO-Code/HiGHS

Error when reading col names in a loop

Closed this issue · 1 comments

Discussed in #1706

Originally posted by benjaminplong April 2, 2024
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?

Issue relates to user error at JS level. See #1706