SoleReasoners is a Julia package for automated reasoning up to Many-Valued Multi-Modal Logic built on top of SoleLogics.jl, and part of Sole.jl, an open-source framework for symbolic machine learning.
To install SoleReasoners.jl, use the Julia package manager:
using Pkg
Pkg.add("SoleReasoners")
SoleReasoners.jl provides a SAT solver and an automated theorem prover up to Many-Valued Multi-Modal Logic based on the method of analytic tableaux.
The package is developed by the ACLAI Lab @ University of Ferrara.