mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
539 B
Text
7 lines
539 B
Text
lrslib is a self-contained ANSI C implementation of the reverse search algorithm
|
|
for vertex enumeration/convex hull problems and comes with a choice of three
|
|
arithmetic packages. Input file formats are compatible with Komei Fukuda's cdd
|
|
package. All computations are done exactly in either multiple precision or
|
|
fixed integer arithmetic. Output is not stored in memory, so even problems with
|
|
very large output sizes can sometimes be solved. The program is intended for
|
|
Unix/Linux platforms, but will compile using gcc/cygwin on Windows.
|