How to Install and Uninstall coin-or-SYMPHONY.x86_64 Package on Fedora 35

Last updated: May 14,2024

1. Install "coin-or-SYMPHONY.x86_64" package

Please follow the instructions below to install coin-or-SYMPHONY.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install coin-or-SYMPHONY.x86_64

2. Uninstall "coin-or-SYMPHONY.x86_64" package

Please follow the instructions below to uninstall coin-or-SYMPHONY.x86_64 on Fedora 35:

$ sudo dnf remove coin-or-SYMPHONY.x86_64 $ sudo dnf autoremove

3. Information about the coin-or-SYMPHONY.x86_64 package on Fedora 35

Last metadata expiration check: 0:10:50 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : coin-or-SYMPHONY
Version : 5.6.17
Release : 6.fc35
Architecture : x86_64
Size : 1.2 M
Source : coin-or-SYMPHONY-5.6.17-6.fc35.src.rpm
Repository : fedora
Summary : Solver for mixed-integer linear programs
URL : https://github.com/coin-or/SYMPHONY/wiki
License : EPL-1.0
Description : 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)