summaryrefslogtreecommitdiffstats
path: root/academic/lpsolve/README
diff options
context:
space:
mode:
author R. S. Ananda Murthy <rsamurti@gmail.com>2014-10-07 07:39:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-11 00:14:13 +0700
commit8894f7f91bb6a1aa61bd21e8c82d68b94baca1b4 (patch)
tree4fd9aa28621e8e463035bd98d1324c27c8891264 /academic/lpsolve/README
parenta654d0f07aa0f119364af10c8e04fe21c75258cb (diff)
downloadslackbuilds-8894f7f91bb6a1aa61bd21e8c82d68b94baca1b4.tar.gz
slackbuilds-8894f7f91bb6a1aa61bd21e8c82d68b94baca1b4.tar.xz
academic/lpsolve: Added (linear pogramming solver).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/lpsolve/README')
-rw-r--r--academic/lpsolve/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/lpsolve/README b/academic/lpsolve/README
new file mode 100644
index 0000000000..af76613877
--- /dev/null
+++ b/academic/lpsolve/README
@@ -0,0 +1,3 @@
+lp_solve is a free (see LGPL for the GNU lesser general public license)
+linear (integer) programming solver based on the revised simplex method
+and the Branch-and-bound method for the integers.