How To Install coin-or-DyLP on Fedora 36
Introduction
In this tutorial we learn how to install coin-or-DyLP on Fedora 36.
What is coin-or-DyLP
DyLP is an implementation of the dynamic simplex algorithm. Briefly, dynamic simplex attempts to work with an active constraint system which is a subset of the full constraint system. It alternates between primal and dual simplex phases. Between simplex phases, it deactivates variables and constraints which are not currently useful, and scans the full constraint system to activate variables and constraints which have become useful.
We can use yum or dnf to install coin-or-DyLP on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coin-or-DyLP.
Install coin-or-DyLP 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-DyLP using dnf by running the following command:
sudo dnf -y install coin-or-DyLP
Install coin-or-DyLP 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-DyLP using yum by running the following command:
sudo yum -y install coin-or-DyLP
How To Uninstall coin-or-DyLP on Fedora 36
To uninstall only the coin-or-DyLP package we can use the following command:
sudo dnf remove coin-or-DyLP
coin-or-DyLP Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/7db80ac433394add160822a9de1af08e907d33
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/4d2dbceaaf5b91ea63311469114d7a8f86738c
/usr/lib64/libDylp.so.1
/usr/lib64/libDylp.so.1.9.4
/usr/lib64/libOsiDylp.so.1
/usr/lib64/libOsiDylp.so.1.9.4
/usr/share/coin
/usr/share/coin/dy_errmsgs.txt
/usr/share/doc/coin-or-DyLP
/usr/share/doc/coin-or-DyLP/AUTHORS
/usr/share/doc/coin-or-DyLP/README
/usr/share/licenses/coin-or-DyLP
/usr/share/licenses/coin-or-DyLP/LICENSE
References
Summary
In this tutorial we learn how to install coin-or-DyLP on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install coin-or-DyLP on Fedora 36” linkTitle: “coin-or-DyLP” type: “docs” description: “In this tutorial we learn how to install coin-or-DyLP in Fedora 36. coin-or-DyLP is Implementation of the dynamic simplex algorithm” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/coin-or-DyLP-featured.png
Introduction
In this tutorial we learn how to install coin-or-DyLP on Fedora 36.
What is coin-or-DyLP
DyLP is an implementation of the dynamic simplex algorithm. Briefly, dynamic simplex attempts to work with an active constraint system which is a subset of the full constraint system. It alternates between primal and dual simplex phases. Between simplex phases, it deactivates variables and constraints which are not currently useful, and scans the full constraint system to activate variables and constraints which have become useful.
We can use yum or dnf to install coin-or-DyLP on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coin-or-DyLP.
Install coin-or-DyLP 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-DyLP using dnf by running the following command:
sudo dnf -y install coin-or-DyLP
Install coin-or-DyLP 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-DyLP using yum by running the following command:
sudo yum -y install coin-or-DyLP
How To Uninstall coin-or-DyLP on Fedora 36
To uninstall only the coin-or-DyLP package we can use the following command:
sudo dnf remove coin-or-DyLP
coin-or-DyLP Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/e935132662e885b6d2ce875909e949350068fb
/usr/lib/.build-id/94
/usr/lib/.build-id/94/7944e3287d7074b6aff6a681a80fa6aa7173f3
/usr/lib/libDylp.so.1
/usr/lib/libDylp.so.1.9.4
/usr/lib/libOsiDylp.so.1
/usr/lib/libOsiDylp.so.1.9.4
/usr/share/coin
/usr/share/coin/dy_errmsgs.txt
/usr/share/doc/coin-or-DyLP
/usr/share/doc/coin-or-DyLP/AUTHORS
/usr/share/doc/coin-or-DyLP/README
/usr/share/licenses/coin-or-DyLP
/usr/share/licenses/coin-or-DyLP/LICENSE
References
Summary
In this tutorial we learn how to install coin-or-DyLP on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).