How To Install drat2er on Fedora 36
Introduction
In this tutorial we learn how to install drat2er
on Fedora 36.
What is drat2er
Drat2er is a tool for transforming proofs that are usually produced by SAT solvers. It takes as input a propositional formula (specified in the DIMACS format) together with a DRAT proof (DRAT is the current standard format for proofs in SAT solving), and outputs an extended-resolution proof of the formula in either the TRACECHECK or the DRAT format. The details of this proof transformation are described in the paper “Extended Resolution Simulates DRAT” (IJCAR 2018). Note that if drat2er is given as input a DRUP proof, then it transforms this DRUP proof into an ordinary resolution proof.
We can use yum
or dnf
to install drat2er
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install drat2er.
Install drat2er 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 drat2er
using dnf
by running the following command:
sudo dnf -y install drat2er
Install drat2er 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 drat2er
using yum
by running the following command:
sudo yum -y install drat2er
How To Uninstall drat2er on Fedora 36
To uninstall only the drat2er
package we can use the following command:
sudo dnf remove drat2er
drat2er Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/13de7906a0b05106f98ecb085703fd01318728
/usr/lib/libdrat2er.so.0
/usr/lib/libdrat2er.so.0.0.0
/usr/share/licenses/drat2er
/usr/share/licenses/drat2er/LICENSE
References
Summary
In this tutorial we learn how to install drat2er
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install drat2er on Fedora 36” linkTitle: “drat2er” type: “docs” description: “In this tutorial we learn how to install drat2er in Fedora 36. drat2er is Proof transformer for propositional logic” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/drat2er-featured.png
Introduction
In this tutorial we learn how to install drat2er
on Fedora 36.
What is drat2er
Drat2er is a tool for transforming proofs that are usually produced by SAT solvers. It takes as input a propositional formula (specified in the DIMACS format) together with a DRAT proof (DRAT is the current standard format for proofs in SAT solving), and outputs an extended-resolution proof of the formula in either the TRACECHECK or the DRAT format. The details of this proof transformation are described in the paper “Extended Resolution Simulates DRAT” (IJCAR 2018). Note that if drat2er is given as input a DRUP proof, then it transforms this DRUP proof into an ordinary resolution proof.
We can use yum
or dnf
to install drat2er
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install drat2er.
Install drat2er 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 drat2er
using dnf
by running the following command:
sudo dnf -y install drat2er
Install drat2er 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 drat2er
using yum
by running the following command:
sudo yum -y install drat2er
How To Uninstall drat2er on Fedora 36
To uninstall only the drat2er
package we can use the following command:
sudo dnf remove drat2er
drat2er Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/4d05c9b1f8b7a2313d7959eda98b14dbc042fb
/usr/lib64/libdrat2er.so.0
/usr/lib64/libdrat2er.so.0.0.0
/usr/share/licenses/drat2er
/usr/share/licenses/drat2er/LICENSE
References
Summary
In this tutorial we learn how to install drat2er
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).