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

Last updated: October 07,2024

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

Please follow the steps below to install coin-or-Bcps.x86_64 on Fedora 35

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

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

This tutorial shows how to uninstall coin-or-Bcps.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:47:33 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : coin-or-Bcps
Version : 0.94.5
Release : 6.fc35
Architecture : x86_64
Size : 27 k
Source : coin-or-Bcps-0.94.5-6.fc35.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.