ADDED: library(simplex), for solving linear programming problems.

This commit is contained in:
Markus Triska
2022-03-06 21:36:55 +01:00
parent bc9123affb
commit c6264cf098
2 changed files with 1386 additions and 0 deletions

View File

@@ -563,6 +563,9 @@ The modules that ship with Scryer Prolog are also called
* [`tls`](src/lib/tls.pl)
Predicates for negotiating TLS connections explicitly.
* [`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: