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

Information for build coin-or-Bonmin-1.8.8-12.fc38

ID240240
Package Namecoin-or-Bonmin
Version1.8.8
Release12.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/coin-or-Bonmin.git#b05933134060cd1679721775f05a7c13e88cd797
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
StartedWed, 15 Mar 2023 17:03:36 UTC
CompletedWed, 15 Mar 2023 18:59:38 UTC
Taskbuild (f38, /rpms/coin-or-Bonmin.git:b05933134060cd1679721775f05a7c13e88cd797)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/coin-or-Bonmin.git#b05933134060cd1679721775f05a7c13e88cd797'}}
Tags
f38
f39
f40
RPMs
src
coin-or-Bonmin-1.8.8-12.fc38.src.rpm (info) (download)
riscv64
coin-or-Bonmin-1.8.8-12.fc38.riscv64.rpm (info) (download)
coin-or-Bonmin-devel-1.8.8-12.fc38.riscv64.rpm (info) (download)
coin-or-Bonmin-doc-1.8.8-12.fc38.riscv64.rpm (info) (download)
coin-or-Bonmin-debuginfo-1.8.8-12.fc38.riscv64.rpm (info) (download)
coin-or-Bonmin-debugsource-1.8.8-12.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * 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)