How To Install coin-or-Bcps on Fedora 36

In this tutorial we learn how to install coin-or-Bcps in Fedora 36. coin-or-Bcps is Part of the COIN High Performance Parallel Search Framework

Introduction

In this tutorial we learn how to install coin-or-Bcps on Fedora 36.

What is coin-or-Bcps

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.

We can use yum or dnf to install coin-or-Bcps on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coin-or-Bcps.

Install coin-or-Bcps on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install coin-or-Bcps using dnf by running the following command:

sudo dnf -y install coin-or-Bcps

Install coin-or-Bcps on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install coin-or-Bcps using yum by running the following command:

sudo yum -y install coin-or-Bcps

How To Uninstall coin-or-Bcps on Fedora 36

To uninstall only the coin-or-Bcps package we can use the following command:

sudo dnf remove coin-or-Bcps

coin-or-Bcps Package Contents on Fedora 36

---
title: "How To Install coin-or-Bcps on Fedora 36"
linkTitle: "coin-or-Bcps"
type: "docs"
description: "In this tutorial we learn how to install coin-or-Bcps in Fedora 36. coin-or-Bcps is Part of the COIN High Performance Parallel Search Framework"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/coin-or-Bcps-featured.png
---

## Introduction

In this tutorial we learn how to install `coin-or-Bcps` on Fedora 36.

### What is `coin-or-Bcps`

> 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.  

We can use `yum` or `dnf` to install `coin-or-Bcps` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coin-or-Bcps.

## Install coin-or-Bcps on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install coin-or-Bcps using dnf by running the following command:

sudo dnf -y install coin-or-Bcps

Install coin-or-Bcps on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install coin-or-Bcps using yum by running the following command:

sudo yum -y install coin-or-Bcps

How To Uninstall coin-or-Bcps on Fedora 36

To uninstall only the coin-or-Bcps package we can use the following command:

sudo dnf remove coin-or-Bcps

coin-or-Bcps Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/a4ffacb84515dabcab4dfefece128ea91ca4f3
/usr/lib64/libBcps.so.0
/usr/lib64/libBcps.so.0.0.0
/usr/share/doc/coin-or-Bcps
/usr/share/doc/coin-or-Bcps/AUTHORS
/usr/share/doc/coin-or-Bcps/README
/usr/share/licenses/coin-or-Bcps
/usr/share/licenses/coin-or-Bcps/LICENSE

References

Summary

In this tutorial we learn how to install coin-or-Bcps on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/24 /usr/lib/.build-id/24/999c402db35b6acc51fc82a94124185ad805fd /usr/lib/libBcps.so.0 /usr/lib/libBcps.so.0.0.0 /usr/share/doc/coin-or-Bcps /usr/share/doc/coin-or-Bcps/AUTHORS /usr/share/doc/coin-or-Bcps/README /usr/share/licenses/coin-or-Bcps /usr/share/licenses/coin-or-Bcps/LICENSE


## References

* [coin-or-Bcps website](https://github.com/coin-or/CHiPPS-BiCePS)

## Summary

In this tutorial we learn how to install `coin-or-Bcps` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).