1 unstable release
0.1.0 | Jul 29, 2020 |
---|
#9 in #validity
99KB
2K
SLoC
raw-validity
This is a program checking validity of l-group equations and inequations using an algorithm developed by Almudena Colacito and George Metcalfe (it's described after Proposition 2). Try it out with the web app.
Installation
Install Rust and run cargo run
in a clone of this repository. For more speed, do
cargo build --release
cd target/release
chmod +x exec
./exec
The benefit of running it in a terminal is mainly the additional verbosity, which can inform you at which step the algorithm gets stuck, whereas the web app will just seem dead until it has an answer.