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

Last updated: May 19,2024

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

Please follow the guidance below to install coin-or-Dip.x86_64 on Fedora 35

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

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

This guide let you learn how to uninstall coin-or-Dip.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:16:15 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : coin-or-Dip
Version : 0.95.0
Release : 4.fc35
Architecture : x86_64
Size : 289 k
Source : coin-or-Dip-0.95.0-4.fc35.src.rpm
Repository : fedora
Summary : Decomposition for Integer Programming
URL : https://github.com/coin-or/Dip/wiki
License : EPL-1.0
Description : DIP (Decomposition for Integer Programming) is an open-source extensible
: software framework for implementing decomposition-based bounding algorithms
: for use in solving large-scale discrete optimization problems. The framework
: provides a simple API for experimenting with various decomposition-based
: algorithms, such as Dantzig-Wolfe decomposition, Lagrangian relaxation,
: and various cutting plane methods. Given a compact formulation and a
: relaxation, the framework takes care of all algorithmic details associated
: with implementing any of a wide range of decomposition-based algorithms,
: such as branch and cut, branch and price, branch and cut and price,
: subgradient-based Lagrangian relaxation, branch and relax and cut, and
: decompose and cut. The user can specify customizations, such as methods
: for generating valid inequalities and branching, in terms of the variables
: of the compact formulation, without having to worry about the details of
: any required reformulations.