in reply to Re^3: GLPK integration
in thread GLPK integration
Out of curiosity:
What would be a use case to solve a linear program in MathProg format within a Perl program?
My thoughts about it:
If I had an LP in MathProg format, I'd use glpsol.
Why would I want to feed it to a Perl wrapper?
If I had some Perl data representing an LP, I could transform it into a format accepted by an LP solver and run the solver.
Why would I want to convert it to MathProg instead?
BTW: GLPK has a builtin MathProg generator. Just call the solver - it will generate the respective MathProg on request.
Greetings,
🐻
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: GLPK integration
by bliako (Abbot) on Jan 19, 2026 at 14:17 UTC | |
by jo37 (Curate) on Jan 19, 2026 at 19:31 UTC | |
by bliako (Abbot) on Jan 23, 2026 at 17:25 UTC |