How to Install and Uninstall coin-or-Bcps.i686 Package on Fedora 34

Last updated: July 05,2024

1. Install "coin-or-Bcps.i686" package

This is a short guide on how to install coin-or-Bcps.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install coin-or-Bcps.i686

2. Uninstall "coin-or-Bcps.i686" package

Please follow the steps below to uninstall coin-or-Bcps.i686 on Fedora 34:

$ sudo dnf remove coin-or-Bcps.i686 $ sudo dnf autoremove

3. Information about the coin-or-Bcps.i686 package on Fedora 34

Last metadata expiration check: 2:29:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : coin-or-Bcps
Version : 0.94.5
Release : 5.fc34
Architecture : i686
Size : 29 k
Source : coin-or-Bcps-0.94.5-5.fc34.src.rpm
Repository : fedora
Summary : Part of the COIN High Performance Parallel Search Framework
URL : https://github.com/coin-or/CHiPPS-BiCePS
License : EPL-1.0
Description : BiCePS is one of the libraries that make up the CHiPPS (COIN High Performance
: Parallel Search Framework) library hierarchy. It implements the data-handling
: functions needed to support development of many types of relaxation-based
: branch-and-bound algorithms, especially for solving mathematical programs. It
: is intended to capture the implementation of methods common to all such
: algorithms without assuming anything about the structure of the mathematical
: program or the bounding method used. BLIS, which is another layer built on top
: of BiCePS, is a concretization of Bcps for the case of mixed integer linear
: programs. DIP is another implementation being developed using BLIS that
: implements a decomposition-based bounding procedure.