How to Install and Uninstall coin-or-FlopC++.i686 Package on Fedora 35

Last updated: September 21,2024

1. Install "coin-or-FlopC++.i686" package

This is a short guide on how to install coin-or-FlopC++.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install coin-or-FlopC++.i686

2. Uninstall "coin-or-FlopC++.i686" package

Learn how to uninstall coin-or-FlopC++.i686 on Fedora 35:

$ sudo dnf remove coin-or-FlopC++.i686 $ sudo dnf autoremove

3. Information about the coin-or-FlopC++.i686 package on Fedora 35

Last metadata expiration check: 1:15:03 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : coin-or-FlopC++
Version : 1.2.5
Release : 6.fc35
Architecture : i686
Size : 65 k
Source : coin-or-FlopC++-1.2.5-6.fc35.src.rpm
Repository : fedora
Summary : Algebraic modeling language
URL : https://projects.coin-or.org/FlopC++
License : EPL-1.0
Description : An open source algebraic modeling language implemented as a C++ class
: library.
:
: Using FLOPC++, linear optimization models can be specified in a declarative
: style, similar to algebraic modeling languages such as GAMS and AMPL,
: within a C++ program. As a result the traditional strengths of algebraic
: modeling languages are preserved, while embedding linear optimization
: models in software applications is facilitated.
:
: FLOPC++ can be used as a substitute for traditional modeling languages,
: when modeling linear optimization problems, but its principal strength
: lies in the fact that the modeling facilities are combined with a
: powerful general purpose programming language. This combination is
: essential for implementing efficient algorithms (using linear optimization
: for subproblems), integrating optimization models in user applications, etc.