Information for build soplex-7.1.1-1.fc41

ID93541
Package Namesoplex
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version7.1.1
Release1.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/soplex.git#a17cd11a5ad091e3eef97ae89374aef40e3115a3
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.
git:https://github.com/scipopt/soplex.git
Built byliuhaibin
State complete
Volume DEFAULT
StartedFri, 29 Nov 2024 17:29:44 CST
CompletedFri, 29 Nov 2024 18:30:51 CST
Taskbuild (f41-build-side-1, /rpms/soplex.git:a17cd11a5ad091e3eef97ae89374aef40e3115a3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/soplex.git#a17cd11a5ad091e3eef97ae89374aef40e3115a3'}}
Tags
f41-build-side-1
RPMs
src
soplex-7.1.1-1.fc41.src.rpm (info) (download)
noarch
libsoplex-doc-7.1.1-1.fc41.noarch.rpm (info) (download)
riscv64
libsoplex-7.1.1-1.fc41.riscv64.rpm (info) (download)
libsoplex-devel-7.1.1-1.fc41.riscv64.rpm (info) (download)
soplex-7.1.1-1.fc41.riscv64.rpm (info) (download)
libsoplex-debuginfo-7.1.1-1.fc41.riscv64.rpm (info) (download)
soplex-debuginfo-7.1.1-1.fc41.riscv64.rpm (info) (download)
soplex-debugsource-7.1.1-1.fc41.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
installed_pkgs.log
state.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Sep 23 2024 Jerry James <loganjerry@gmail.com> - 7.1.1-1 - Version 7.1.1 - Use zlib-ng directly instead of via the compatibility interface * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 17 2024 Jerry James <loganjerry@gmail.com> - 7.1.0-2 - Fix the VCS field * Mon Jun 24 2024 Jerry James <loganjerry@gmail.com> - 7.1.0-1 - Version 7.1.0 - Drop upstreamed template-id patch * Wed Jun 19 2024 Jerry James <loganjerry@gmail.com> - 7.0.1-1 - Version 7.0.1 - Drop upstreamed nondefinition, python3, and segfault patches - Add patch for invalid C++ template IDs * 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