How To Install coin-or-Alps on Fedora 36

In this tutorial we learn how to install coin-or-Alps in Fedora 36. coin-or-Alps is COIN-OR High-Performance Parallel Search Framework

Introduction

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

What is coin-or-Alps

CHiPPS is the COIN-OR High-Performance Parallel Search Framework, a framework for implementing parallel algorithms based on tree search. The current CHiPPS architecture consists of three layers. The Abstract Library for Parallel Search (ALPS) is the base layer of a hierarchy consisting of implementations of various tree search algorithms for specific problem types. The Branch, Constrain, and Price Software (BiCePS) is a data management layer built on top of ALPS for implementing relaxation-based branch and bound algorithms. The BiCePS Linear Integer Solver (BLIS) is a concretization of the BiCePS layer for solving mixed-integer linear programs. ALPS, BiCePS, and BLIS are sub-repositories of the CHiPPS Subversion repository.

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

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

sudo dnf -y install coin-or-Alps

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

sudo yum -y install coin-or-Alps

How To Uninstall coin-or-Alps on Fedora 36

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

sudo dnf remove coin-or-Alps

coin-or-Alps Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/c194bfd1ca37a3d7079e5a8eb2d5cfb63fc602
/usr/lib/libAlps.so.0
/usr/lib/libAlps.so.0.0.0
/usr/share/doc/coin-or-Alps
/usr/share/doc/coin-or-Alps/AUTHORS
/usr/share/doc/coin-or-Alps/README
/usr/share/licenses/coin-or-Alps
/usr/share/licenses/coin-or-Alps/LICENSE

References

Summary

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


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

Introduction

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

What is coin-or-Alps

CHiPPS is the COIN-OR High-Performance Parallel Search Framework, a framework for implementing parallel algorithms based on tree search. The current CHiPPS architecture consists of three layers. The Abstract Library for Parallel Search (ALPS) is the base layer of a hierarchy consisting of implementations of various tree search algorithms for specific problem types. The Branch, Constrain, and Price Software (BiCePS) is a data management layer built on top of ALPS for implementing relaxation-based branch and bound algorithms. The BiCePS Linear Integer Solver (BLIS) is a concretization of the BiCePS layer for solving mixed-integer linear programs. ALPS, BiCePS, and BLIS are sub-repositories of the CHiPPS Subversion repository.

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

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

sudo dnf -y install coin-or-Alps

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

sudo yum -y install coin-or-Alps

How To Uninstall coin-or-Alps on Fedora 36

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

sudo dnf remove coin-or-Alps

coin-or-Alps Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/ae4e6e8c948cda8086df88b60cbdb5b50a1728
/usr/lib64/libAlps.so.0
/usr/lib64/libAlps.so.0.0.0
/usr/share/doc/coin-or-Alps
/usr/share/doc/coin-or-Alps/AUTHORS
/usr/share/doc/coin-or-Alps/README
/usr/share/licenses/coin-or-Alps
/usr/share/licenses/coin-or-Alps/LICENSE

References

Summary

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