chiark / gitweb /
Notice if $expected_total_profit parsing failed; don't break if it is an integer
[ypp-sc-tools.db-live.git] / yarrg / notes.linear-programming
1 use glpk's standalone solver with cplex input, see
2  glpk refman.ps.gz p84 for example
3 don't use it own modelling language which is very complex
4
5 Math::LP would be nice but depends on Math::LP::Solve which is not in
6  Debian.
7