Tue, 01 Oct 2024 23:41:35 UTC | login

Information for build coin-or-Bonmin-1.8.8-13.fc40

ID270115
Package Namecoin-or-Bonmin
Version1.8.8
Release13.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/coin-or-Bonmin.git#3b5521dbf82ce462022786d96dc30eb38b6de97f
SummaryBasic Open-source Nonlinear Mixed INteger programming
DescriptionBonmin (Basic Open-source Nonlinear Mixed INteger programming) is an experimental open-source C++ code for solving general MINLP (Mixed Integer NonLinear Programming) problems of the form: min f(x) s.t. g_L <= g(x) <= g_U x_L <= x <= x_U x_i in Z for all i in I and, x_i in R for all i not in I. where f(x): R^n --> R, g(x): R^n --> R^m are twice continuously differentiable functions and I is a subset of {1,..,n}. Bonmin features several algorithms * B-BB is a NLP-based branch-and-bound algorithm, * B-OA is an outer-approximation decomposition algorithm, * B-QG is an implementation of Quesada and Grossmann's branch-and-cut algorithm, * B-Hyb is a hybrid outer-approximation based branch-and-cut algorithm. The algorithms in Bonmin are exact when the functions f and g are convex; in the case where f or g or both are non-convex they are heuristics.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 01 Jan 2024 12:00:11 UTC
CompletedMon, 01 Jan 2024 17:57:34 UTC
Taskbuild (f40, /rpms/coin-or-Bonmin.git:3b5521dbf82ce462022786d96dc30eb38b6de97f)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/coin-or-Bonmin.git#3b5521dbf82ce462022786d96dc30eb38b6de97f'}}
Tags
f40
RPMs
src
coin-or-Bonmin-1.8.8-13.fc40.src.rpm (info) (download)
riscv64
coin-or-Bonmin-1.8.8-13.fc40.riscv64.rpm (info) (download)
coin-or-Bonmin-devel-1.8.8-13.fc40.riscv64.rpm (info) (download)
coin-or-Bonmin-doc-1.8.8-13.fc40.riscv64.rpm (info) (download)
coin-or-Bonmin-debuginfo-1.8.8-13.fc40.riscv64.rpm (info) (download)
coin-or-Bonmin-debugsource-1.8.8-13.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.8-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Feb 07 2023 Antonio Trande <sagitter@fedoraproject.org - 1.8.8-12 - Fix rhbz#2165475 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.8-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 12 2022 Florian Weimer <fweimer@redhat.com> - 1.8.8-10 - Port configure script to C99 * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Sep 21 2021 Antonio Trande <sagitter@fedoraproject.org - 1.8.8-7 - Patched for upstream bug #24 * Tue Sep 21 2021 Antonio Trande <sagitter@fedoraproject.org - 1.8.8-6 - Rebuild for Ipopt-3.14.4 * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jul 20 2021 Jerry James <loganjerry@gmail.com> - 1.8.8-4 - Add upstream patches: -clear, -bool, and -assertions (bz 1956936)