How To Install coin-or-Bcp on Fedora 36

In this tutorial we learn how to install coin-or-Bcp in Fedora 36. coin-or-Bcp is Branch-Cut-Price Framework

Introduction

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

What is coin-or-Bcp

BCP is a parallel framework for implementing branch, cut, and price algorithms for solving mixed integer programs (MIPs). BCP provides the user with an object-oriented framework that can be used to develop an efficient problem class specific MIP solver without all the implementational effort. involved with implementing a branch and bound framework from scratch.

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

Install coin-or-Bcp 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-Bcp using dnf by running the following command:

sudo dnf -y install coin-or-Bcp

Install coin-or-Bcp 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-Bcp using yum by running the following command:

sudo yum -y install coin-or-Bcp

How To Uninstall coin-or-Bcp on Fedora 36

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

sudo dnf remove coin-or-Bcp

coin-or-Bcp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/cd4d648604dafe718523d782cd280735249c6d
/usr/lib/libBcp.so.1
/usr/lib/libBcp.so.1.4.4
/usr/share/doc/coin-or-Bcp
/usr/share/doc/coin-or-Bcp/AUTHORS
/usr/share/doc/coin-or-Bcp/README
/usr/share/licenses/coin-or-Bcp
/usr/share/licenses/coin-or-Bcp/LICENSE

References

Summary

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


title: “How To Install coin-or-Bcp on Fedora 36” linkTitle: “coin-or-Bcp” type: “docs” description: “In this tutorial we learn how to install coin-or-Bcp in Fedora 36. coin-or-Bcp is Branch-Cut-Price Framework” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/coin-or-Bcp-featured.png

Introduction

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

What is coin-or-Bcp

BCP is a parallel framework for implementing branch, cut, and price algorithms for solving mixed integer programs (MIPs). BCP provides the user with an object-oriented framework that can be used to develop an efficient problem class specific MIP solver without all the implementational effort. involved with implementing a branch and bound framework from scratch.

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

Install coin-or-Bcp 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-Bcp using dnf by running the following command:

sudo dnf -y install coin-or-Bcp

Install coin-or-Bcp 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-Bcp using yum by running the following command:

sudo yum -y install coin-or-Bcp

How To Uninstall coin-or-Bcp on Fedora 36

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

sudo dnf remove coin-or-Bcp

coin-or-Bcp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/ec6e458deaae4c872b95e2326e1dfe78cea2a1
/usr/lib64/libBcp.so.1
/usr/lib64/libBcp.so.1.4.4
/usr/share/doc/coin-or-Bcp
/usr/share/doc/coin-or-Bcp/AUTHORS
/usr/share/doc/coin-or-Bcp/README
/usr/share/licenses/coin-or-Bcp
/usr/share/licenses/coin-or-Bcp/LICENSE

References

Summary

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