How To Install coin-or-SYMPHONY on Fedora 36

In this tutorial we learn how to install coin-or-SYMPHONY in Fedora 36. coin-or-SYMPHONY is Solver for mixed-integer linear programs

Introduction

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

What is coin-or-SYMPHONY

SYMPHONY is an open-source solver for mixed-integer linear programs (MILPs) written in C. It can be used in three different main modes * As a callable library through either the native C interface or through the Osi. * As an interactive solver using a command-line interface. * As a framework to build customized solvers for specific problem classes. SYMPHONY can be executed in either parallel (distributed or shared memory) or sequential modes and has a number of advanced features that make it unique, including the ability to * solve biobjective MILPs, * warm start the solution procedure, and * perform basic sensitivity analyses. SYMPHONY links to a number of other COIN projects for additional functionality, including * Clp (the default solver for LP relaxations) * Osi (an interface to alternative solvers for solving LP relaxations) * Cgl (for cut generation) * CoinUtils (for reading in MPS files and various utilities)

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

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

sudo dnf -y install coin-or-SYMPHONY

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

sudo yum -y install coin-or-SYMPHONY

How To Uninstall coin-or-SYMPHONY on Fedora 36

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

sudo dnf remove coin-or-SYMPHONY

coin-or-SYMPHONY Package Contents on Fedora 36

/usr/bin/symphony
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/5c487a1c79a8425c660f480cb60277b41120e2
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/5b31267d55be0597e877dd9b159eecba617fc8
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/487e0b4b6eca8c7ecf8327743c2c86fad48201
/usr/lib/libOsiSym.so.3
/usr/lib/libOsiSym.so.3.6.17
/usr/lib/libSym.so.3
/usr/lib/libSym.so.3.6.17
/usr/share/doc/coin-or-SYMPHONY
/usr/share/doc/coin-or-SYMPHONY/AUTHORS
/usr/share/doc/coin-or-SYMPHONY/README
/usr/share/doc/coin-or-SYMPHONY/SYMPHONY-5.6.17-Manual.pdf
/usr/share/licenses/coin-or-SYMPHONY
/usr/share/licenses/coin-or-SYMPHONY/LICENSE

References

Summary

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


title: “How To Install coin-or-SYMPHONY on Fedora 36” linkTitle: “coin-or-SYMPHONY” type: “docs” description: “In this tutorial we learn how to install coin-or-SYMPHONY in Fedora 36. coin-or-SYMPHONY is Solver for mixed-integer linear programs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/coin-or-SYMPHONY-featured.png

Introduction

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

What is coin-or-SYMPHONY

SYMPHONY is an open-source solver for mixed-integer linear programs (MILPs) written in C. It can be used in three different main modes * As a callable library through either the native C interface or through the Osi. * As an interactive solver using a command-line interface. * As a framework to build customized solvers for specific problem classes. SYMPHONY can be executed in either parallel (distributed or shared memory) or sequential modes and has a number of advanced features that make it unique, including the ability to * solve biobjective MILPs, * warm start the solution procedure, and * perform basic sensitivity analyses. SYMPHONY links to a number of other COIN projects for additional functionality, including * Clp (the default solver for LP relaxations) * Osi (an interface to alternative solvers for solving LP relaxations) * Cgl (for cut generation) * CoinUtils (for reading in MPS files and various utilities)

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

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

sudo dnf -y install coin-or-SYMPHONY

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

sudo yum -y install coin-or-SYMPHONY

How To Uninstall coin-or-SYMPHONY on Fedora 36

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

sudo dnf remove coin-or-SYMPHONY

coin-or-SYMPHONY Package Contents on Fedora 36

/usr/bin/symphony
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/ab5eff14d95462440eb99e9154f0c48b1bccf2
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/9eb20cd8f7f1a01d6acab36a1bd8b4381a7f6d
/usr/lib/.build-id/70
/usr/lib/.build-id/70/020e22af49c5eac8658729854abb8dba4a9b28
/usr/lib64/libOsiSym.so.3
/usr/lib64/libOsiSym.so.3.6.17
/usr/lib64/libSym.so.3
/usr/lib64/libSym.so.3.6.17
/usr/share/doc/coin-or-SYMPHONY
/usr/share/doc/coin-or-SYMPHONY/AUTHORS
/usr/share/doc/coin-or-SYMPHONY/README
/usr/share/doc/coin-or-SYMPHONY/SYMPHONY-5.6.17-Manual.pdf
/usr/share/licenses/coin-or-SYMPHONY
/usr/share/licenses/coin-or-SYMPHONY/LICENSE

References

Summary

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