1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM
"https://www.gentoo.org/dtd/metadata.dtd">
4 <maintainer type=
"project">
5 <email>disk.destroyer@yahoo.com
</email>
6 <name>datadissipation.net
</name>
9 <remote-id type=
"github">scipopt/soplex
</remote-id>
12 <flag name=
"boost">Use Boost (required to build the binary)
</flag>
13 <flag name=
"gmp">Use GMP
</flag>
14 <flag name=
"lto">Enable LTO
</flag>
15 <flag name=
"mpfr">Use MPFR
</flag>
16 <flag name=
"papilo">Use PaPILo
</flag>
17 <flag name=
"quadmath">Use GCC's quadmath
</flag>
18 <flag name=
"zlib">Use ZLIB
</flag>
21 SoPlex is an optimization package for solving linear programming problems (LPs)
22 based on an advanced implementation of the primal and dual revised simplex algorithm.
23 It provides special support for the exact solution of LPs with rational input data.
24 It can be used as a standalone solver reading MPS or LP format files via a command
25 line interface as well as embedded into other programs via a C++ class library.