How To Install coin-or-Cbc on Fedora 36

In this tutorial we learn how to install coin-or-Cbc in Fedora 36. coin-or-Cbc is Coin-or branch and cut

Introduction

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

What is coin-or-Cbc

Cbc (Coin-or branch and cut) is an open-source mixed integer programming solver written in C++. It can be used as a callable library or using a stand-alone executable. It can be called through AMPL (natively), GAMS (using the links provided by the “Optimization Services” and “GAMSlinks” projects), MPL (through the “CoinMP” project), AIMMS (through the “AIMMSlinks” project), or “PuLP”. Cbc links to a number of other COIN projects for additional functionality, including * Clp (the default solver for LP relaxations) * Cgl (for cut generation) * CoinUtils (for reading input files and various utilities)

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

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

sudo dnf -y install coin-or-Cbc

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

sudo yum -y install coin-or-Cbc

How To Uninstall coin-or-Cbc on Fedora 36

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

sudo dnf remove coin-or-Cbc

coin-or-Cbc Package Contents on Fedora 36

/usr/bin/cbc
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/3153e1a4d193cfe55afd62c41710edc789273c
/usr/lib/.build-id/74
/usr/lib/.build-id/74/8e87c571182dc608c09068b2c1655af9e0af35
/usr/lib/.build-id/be
/usr/lib/.build-id/be/60416f8f00bb9ccdfe31e233c000a29d9d7a8e
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/9c7e970ff03dd16d481c343ad52124e593b208
/usr/lib/libCbc.so.3
/usr/lib/libCbc.so.3.10.5
/usr/lib/libCbcSolver.so.3
/usr/lib/libCbcSolver.so.3.10.5
/usr/lib/libOsiCbc.so.3
/usr/lib/libOsiCbc.so.3.10.5
/usr/share/doc/coin-or-Cbc
/usr/share/doc/coin-or-Cbc/AUTHORS
/usr/share/doc/coin-or-Cbc/README
/usr/share/licenses/coin-or-Cbc
/usr/share/licenses/coin-or-Cbc/LICENSE

References

Summary

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


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

Introduction

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

What is coin-or-Cbc

Cbc (Coin-or branch and cut) is an open-source mixed integer programming solver written in C++. It can be used as a callable library or using a stand-alone executable. It can be called through AMPL (natively), GAMS (using the links provided by the “Optimization Services” and “GAMSlinks” projects), MPL (through the “CoinMP” project), AIMMS (through the “AIMMSlinks” project), or “PuLP”. Cbc links to a number of other COIN projects for additional functionality, including * Clp (the default solver for LP relaxations) * Cgl (for cut generation) * CoinUtils (for reading input files and various utilities)

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

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

sudo dnf -y install coin-or-Cbc

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

sudo yum -y install coin-or-Cbc

How To Uninstall coin-or-Cbc on Fedora 36

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

sudo dnf remove coin-or-Cbc

coin-or-Cbc Package Contents on Fedora 36

/usr/bin/cbc
/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/577d9b28b67742667f9477e88e19d2b44665dc
/usr/lib/.build-id/50
/usr/lib/.build-id/50/cce721509854c245f7a595be482966fab7c57a
/usr/lib/.build-id/69
/usr/lib/.build-id/69/54bb0a8dc6cebbf217ca96982e3373c2084fe1
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/35c941a78757d2572058f167a4f59da2692aa7
/usr/lib64/libCbc.so.3
/usr/lib64/libCbc.so.3.10.5
/usr/lib64/libCbcSolver.so.3
/usr/lib64/libCbcSolver.so.3.10.5
/usr/lib64/libOsiCbc.so.3
/usr/lib64/libOsiCbc.so.3.10.5
/usr/share/doc/coin-or-Cbc
/usr/share/doc/coin-or-Cbc/AUTHORS
/usr/share/doc/coin-or-Cbc/README
/usr/share/licenses/coin-or-Cbc
/usr/share/licenses/coin-or-Cbc/LICENSE

References

Summary

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