Tue, 30 Apr 2024 09:08:03 UTC | login

Information for build soplex-7.0.0-1.fc40

ID305848
Package Namesoplex
Version7.0.0
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/soplex.git#8001a53335aed4ea15a116694d81a58e25b3d04d
SummarySequential object-oriented simplex
DescriptionSoPlex 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, and - routines for an exact rational LU factorization and continued fraction approximations in order to compute exact solutions. SoPlex has been used in numerous research and industry projects and is the standard LP solver linked to the mixed-integer nonlinear programming and constraint integer programming solver SCIP. This package contains a command-line tool to access SoPlex functionality.
https://github.com/scipopt/soplex
Built bydavidlt
State failed
Volume DEFAULT
StartedTue, 16 Apr 2024 00:33:53 UTC
CompletedTue, 16 Apr 2024 06:31:26 UTC
Taskbuild (f40, /rpms/soplex.git:8001a53335aed4ea15a116694d81a58e25b3d04d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/soplex.git#8001a53335aed4ea15a116694d81a58e25b3d04d'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Mar 13 2024 Jerry James <loganjerry@gmail.com> - 7.0.0-1 - Version 7.0.0 - Note that fmt is now bundled - Add MIT to License for the bundled fmt - Drop upstreamed invalid-array-assignment patch - Add patch to avoid potential segfault * Fri Feb 23 2024 Jerry James <loganjerry@gmail.com> - 6.0.4-1 - Initial RPM