How To Install coin-or-FlopC++ on Fedora 36

In this tutorial we learn how to install coin-or-FlopC++ in Fedora 36. coin-or-FlopC++ is Algebraic modeling language

Introduction

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

What is coin-or-FlopC++

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.

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

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

sudo dnf -y install coin-or-FlopC++

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

sudo yum -y install coin-or-FlopC++

How To Uninstall coin-or-FlopC++ on Fedora 36

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

sudo dnf remove coin-or-FlopC++

coin-or-FlopC++ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/d33ae93d45259892bd13416681d379272cf0bb
/usr/lib64/libFlopCpp.so.0
/usr/lib64/libFlopCpp.so.0.0.0
/usr/share/doc/coin-or-FlopC++
/usr/share/doc/coin-or-FlopC++/AUTHORS
/usr/share/doc/coin-or-FlopC++/README
/usr/share/licenses/coin-or-FlopC++
/usr/share/licenses/coin-or-FlopC++/LICENSE

References

Summary

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


title: “How To Install coin-or-FlopC++ on Fedora 36” linkTitle: “coin-or-FlopC++” type: “docs” description: “In this tutorial we learn how to install coin-or-FlopC++ in Fedora 36. coin-or-FlopC++ is Algebraic modeling language” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/coin-or-FlopC++-featured.png

Introduction

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

What is coin-or-FlopC++

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.

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

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

sudo dnf -y install coin-or-FlopC++

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

sudo yum -y install coin-or-FlopC++

How To Uninstall coin-or-FlopC++ on Fedora 36

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

sudo dnf remove coin-or-FlopC++

coin-or-FlopC++ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/9e702f8373ae55085c0eacc9c3fd8aaca46758
/usr/lib/libFlopCpp.so.0
/usr/lib/libFlopCpp.so.0.0.0
/usr/share/doc/coin-or-FlopC++
/usr/share/doc/coin-or-FlopC++/AUTHORS
/usr/share/doc/coin-or-FlopC++/README
/usr/share/licenses/coin-or-FlopC++
/usr/share/licenses/coin-or-FlopC++/LICENSE

References

Summary

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