Fri, 22 Nov 2024 04:37:37 UTC | login

Information for build coin-or-HiGHS-1.7.2-4.fc41

ID342550
Package Namecoin-or-HiGHS
Version1.7.2
Release4.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/coin-or-HiGHS.git#0b7668cd57bfe6c0b62bc718ddca1e0eed4ac23b
SummaryLinear optimization software
DescriptionHiGHS is a high performance serial and parallel solver for large scale sparse linear optimization problems of the form Minimize (1/2) x^TQx + c^Tx subject to L <= Ax <= U; l <= x <= u where Q must be positive semi-definite and, if Q is zero, there may be a requirement that some of the variables take integer values. Thus HiGHS can solve linear programming (LP) problems, convex quadratic programming (QP) problems, and mixed integer programming (MIP) problems. It is mainly written in C++, but also has some C. HiGHS has primal and dual revised simplex solvers, originally written by Qi Huangfu and further developed by Julian Hall. It also has an interior point solver for LP written by Lukas Schork, an active set solver for QP written by Michael Feldmeier, and a MIP solver written by Leona Gottwald. Other features have been added by Julian Hall and Ivet Galabova, who manages the software engineering of HiGHS and interfaces to C, C#, FORTRAN, Julia and Python. Although HiGHS is freely available under the MIT license, we would be pleased to learn about users' experience and give advice via email sent to highsopt@gmail.com.
git:https://github.com/ERGO-Code/HiGHS.git
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 25 Oct 2024 22:20:36 UTC
CompletedSat, 26 Oct 2024 03:23:56 UTC
Taskbuild (f41, /rpms/coin-or-HiGHS.git:0b7668cd57bfe6c0b62bc718ddca1e0eed4ac23b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/coin-or-HiGHS.git#0b7668cd57bfe6c0b62bc718ddca1e0eed4ac23b'}}
Tags
f41
RPMs
src
coin-or-HiGHS-1.7.2-4.fc41.src.rpm (info) (download)
riscv64
coin-or-HiGHS-1.7.2-4.fc41.riscv64.rpm (info) (download)
coin-or-HiGHS-devel-1.7.2-4.fc41.riscv64.rpm (info) (download)
python3-highspy-1.7.2-4.fc41.riscv64.rpm (info) (download)
coin-or-HiGHS-debuginfo-1.7.2-4.fc41.riscv64.rpm (info) (download)
coin-or-HiGHS-debugsource-1.7.2-4.fc41.riscv64.rpm (info) (download)
python3-highspy-debuginfo-1.7.2-4.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
root.log
build.log
state.log
mock_output.log
Changelog * Mon Sep 23 2024 Jerry James <loganjerry@gmail.com> - 1.7.2-4 - Unbundle pdqsort and zstr more thoroughly - Use zlib-ng directly instead of via the compatibility interface - Run pytest in verbose mode * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 16 2024 Jerry James <loganjerry@gmail.com> - 1.7.2-2 - Minor spec file simplifications * Wed Jul 03 2024 Jerry James <loganjerry@gmail.com> - 1.7.2-1 - Version 1.7.2 * Wed Jun 19 2024 Jerry James <loganjerry@gmail.com> - 1.7.1-1 - Version 1.7.1 - Drop upstreamed pybind11 and examples patches - Generate a man page for the highs binary * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.7.0-2 - Rebuilt for Python 3.13 * Tue Mar 19 2024 Jerry James <loganjerry@gmail.com> - 1.7.0-1 - Version 1.7.0 - Drop unnecessary githash patch - Add patch to avoid downloading pybind11 at build time - Add patch to fix building examples - Test with pytest * Fri Feb 23 2024 Jerry James <loganjerry@gmail.com> - 1.6.0-1 - Initial RPM