diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-25 07:08:06 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-25 07:08:06 +0000 |
commit | cb8d2d2d9daa48d06e18d796ef01a8fba0c437a5 (patch) | |
tree | b6817bede01c1d765bf0a42aab46052b9b9c9179 /math/lp_solve | |
parent | bdeacbacc90e9397eafc1367bc384cec0c0d2d0a (diff) |
Notes
Diffstat (limited to 'math/lp_solve')
-rw-r--r-- | math/lp_solve/pkg-descr | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/lp_solve/pkg-descr b/math/lp_solve/pkg-descr index 81109f09bbe9..8f087911e862 100644 --- a/math/lp_solve/pkg-descr +++ b/math/lp_solve/pkg-descr @@ -1,11 +1,12 @@ This is the lp_solve, A free linear programming solver that can process -standard MPL format. -This lp_solve versions is released under the LGPL license. See LGPL.txt +standard MPL format, LP format or be accessed directly from your code +via API calls from a library. This lp_solve versions is released under +the LGPL license. See LGPL.txt. -bug reports, success stories and requests for changes are welcome at: +Bug reports, success stories and requests for changes are welcome at: Michel Berkelaar michel@ics.ele.tue.nl ________ NOTE: Current development of this tool is done on Yahoo's "lp_solve" -group. +group, at http://groups.yahoo.com/group/lp_solve/ . |