# Logical Resolution Solver [![Build Status](https://travis-ci.org/spacekookie/lrs.svg?branch=master)](https://travis-ci.org/spacekookie/lrs) [![Build status](https://ci.appveyor.com/api/projects/status/k7cvf2pvxbr0vhgi/branch/master?svg=true)](https://ci.appveyor.com/project/spacekookie/lrs/branch/master) [![Crates.io Version](https://img.shields.io/crates/v/lrs.svg)](https://crates.io/crates/lrs) [![Docs.rs](https://docs.rs/lrs/badge.svg)](https://docs.rs/lrs/) 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](https://en.wikipedia.org/wiki/Resolution_(logic))