lrs

Crates.iolrs
lib.rslrs
version0.1.1
sourcesrc
created_at2017-10-25 16:50:09.019074
updated_at2017-10-25 20:00:51.986807
descriptionLibrary for resolving (conjunctive) normal-form logical clauses
homepage
repositoryhttps://github.com/spacekookie/lrs/
max_upload_size
id36892
size11,406
Katharina Fey (spacekookie)

documentation

https://docs.rs/lrs/

README

Logical Resolution Solver

Build Status Build status Crates.io Version Docs.rs

Still early in development. Might break at any time for no reason. And all functionality not guaranteed. Have patience :)

What is this?

This is a crate that allows you to quickly (eh...more or less) solve logical equations (clauses) in conjunctive normal form for solvability.

This README is a stub for the repo for now. There are two crates here: the library which does all the heavy lifting and a cli tool which can be used to quickly resolve clauses in the terminal.

If you want to learn more about this check out the excellent wikipedia article

Commit count: 62

cargo fmt