Merge pull request #1323 from triska/simplex

ADDED: library(simplex), for solving linear programming problems.
This commit is contained in:
Mark Thom
2022-03-06 13:46:32 -07:00
committed by GitHub
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) * [`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

File diff suppressed because it is too large Load Diff