From 6ba02a4e10657f6b620cd48be874a60b429a80bc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Aug 2009 00:52:58 +0100 Subject: [PATCH] Notes from linear programming research (for meat of route query) --- yarrg/notes.linear-programming | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 yarrg/notes.linear-programming diff --git a/yarrg/notes.linear-programming b/yarrg/notes.linear-programming new file mode 100644 index 0000000..e3c684c --- /dev/null +++ b/yarrg/notes.linear-programming @@ -0,0 +1,7 @@ +use glpk's standalone solver with cplex input, see + glpk refman.ps.gz p84 for example +don't use it own modelling language which is very complex + +Math::LP would be nice but depends on Math::LP::Solve which is not in + Debian. + -- 2.30.2