freebsd-ports/math/osi/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

18 lines
559 B
Plaintext

Osi (Open Solver Interface) provides an abstract base class to a generic linear
programming (LP) solver, along with derived classes for specific solvers. Many
applications may be able to use the Osi to insulate themselves from a specific
LP solver. The following is a list of derived Osi classes:
Solver Derived Class
* Cbc OsiCbc
* Clp OsiClp
* CPLEX OsiCpx
* DyLP OsiDylp
* GLPK OsiGlpk
* Gurobi OsiGrb
* MOSEK OsiMsk
* SoPlex OsiSpx
* SYMPHONY OsiSym
* Vol OsiVol
* XPRESS-MP OsiXpr