| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/math/SoPlex/ |
Upload File : |
SoPlex is an optimization package for solving linear programming problems (LPs)
based on an advanced implementation of the primal and dual revised simplex
algorithm. It provides special support for the exact solution of LPs with
rational input data. It can be used as a standalone solver reading MPS or LP
format files via a command line interface as well as embedded into other
programs via a C++ class library. The main features of SoPlex are:
* presolving, scaling, exploitation of sparsity, hot-starting from any regular
basis
* column- and row-oriented form of the simplex algorithm
* an object-oriented software design written in C++
* a compile-time option to use 80bit extended ("quad") precision for numerically
difficult LPs
* an LP iterative refinement procedure to compute high-precision solution
* routines for an exact rational LU factorization and continued fraction
approximations in order to compute exact solutions.