Is there a function in HIGHS to convert HIGHS solution file format to GLPK solution file format using highspy? #2072
Answered
by
jajhall
hbshrestha
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
jajhall
Dec 5, 2024
Replies: 1 comment 2 replies
-
I think so. I wrote code to write out the solution in |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jajhall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think so. I wrote code to write out the solution in
Glpsol
format (raw and "pretty"), and this is achieved by passing 2 (kSolutionStyleGlpsolRaw
) or 3 (kSolutionStyleGlpsolPretty
) as the style argument towriteSolution(filename, style)