How to Install and Uninstall coin-or-Bcps.x86_64 Package on Fedora 36

Last updated: May 18,2024

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

This tutorial shows how to install coin-or-Bcps.x86_64 on Fedora 36

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

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

This guide covers the steps necessary to uninstall coin-or-Bcps.x86_64 on Fedora 36:

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

3. Information about the coin-or-Bcps.x86_64 package on Fedora 36

Last metadata expiration check: 5:20:03 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : coin-or-Bcps
Version : 0.94.5
Release : 7.fc36
Architecture : x86_64
Size : 26 k
Source : coin-or-Bcps-0.94.5-7.fc36.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.