Thu, 19 Sep 2024 06:25:59 UTC | login

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

ID311767
Package Namecoin-or-HiGHS
Version1.7.2
Release1.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/coin-or-HiGHS.git#cd0808935270df5f2abd433bf793303cdc51e3cb
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
StartedSun, 14 Jul 2024 06:32:33 UTC
CompletedSun, 14 Jul 2024 08:36:25 UTC
Taskbuild (f41, /rpms/coin-or-HiGHS.git:cd0808935270df5f2abd433bf793303cdc51e3cb)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/coin-or-HiGHS.git#cd0808935270df5f2abd433bf793303cdc51e3cb'}}
Tags
f41
RPMs
src
coin-or-HiGHS-1.7.2-1.fc41.src.rpm (info) (download)
riscv64
coin-or-HiGHS-1.7.2-1.fc41.riscv64.rpm (info) (download)
coin-or-HiGHS-devel-1.7.2-1.fc41.riscv64.rpm (info) (download)
python3-highspy-1.7.2-1.fc41.riscv64.rpm (info) (download)
coin-or-HiGHS-debuginfo-1.7.2-1.fc41.riscv64.rpm (info) (download)
coin-or-HiGHS-debugsource-1.7.2-1.fc41.riscv64.rpm (info) (download)
python3-highspy-debuginfo-1.7.2-1.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * 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