freebsd-ports/math/symphony/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

7 lines
429 B
Text

SYMPHONY is an open-source solver for mixed-integer linear programs (MILPs)
written in C. It can be used in four different main modes:
* As a callable library through either the native C interface or through the
Osi.
* As an interactive solver using a command-line interface.
* As a framework to build customized solvers for specific problem classes.
* Through a number of different modeling languages: AMPL, GMPL, GAMS, PuLP.