How to Install and Uninstall coin-or-SYMPHONY.i686 Package on Fedora 34

Last updated: June 17,2024

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

Please follow the guidelines below to install coin-or-SYMPHONY.i686 on Fedora 34

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

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

Please follow the instructions below to uninstall coin-or-SYMPHONY.i686 on Fedora 34:

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

3. Information about the coin-or-SYMPHONY.i686 package on Fedora 34

Last metadata expiration check: 5:46:36 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : coin-or-SYMPHONY
Version : 5.6.17
Release : 5.fc34
Architecture : i686
Size : 1.3 M
Source : coin-or-SYMPHONY-5.6.17-5.fc34.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)