Merge pull request #1323 from triska/simplex
ADDED: library(simplex), for solving linear programming problems.
This commit is contained in:
@@ -563,6 +563,9 @@ The modules that ship with Scryer Prolog are also called
|
|||||||
* [`tls`](src/lib/tls.pl)
|
* [`tls`](src/lib/tls.pl)
|
||||||
Predicates for negotiating TLS connections explicitly.
|
Predicates for negotiating TLS connections explicitly.
|
||||||
* [`ugraphs`](src/lib/ugraphs.pl) Graph manipulation library
|
* [`ugraphs`](src/lib/ugraphs.pl) Graph manipulation library
|
||||||
|
* [`simplex`](src/lib/simplex.pl) Providing `assignment/2`,
|
||||||
|
`transportation/4` and other predicates for solving linear
|
||||||
|
programming problems.
|
||||||
|
|
||||||
To use predicates provided by the `lists` library, write:
|
To use predicates provided by the `lists` library, write:
|
||||||
|
|
||||||
|
|||||||
1383
src/lib/simplex.pl
Normal file
1383
src/lib/simplex.pl
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user