Giter Club home page Giter Club logo

resolution's Introduction

ARes

John Andrews and Jacques Becker - April 25th, 2019

A tool for verifying resolution graphs. Minimal goals are to support creation and verification of resolution-based proofs of propositional logic arguments.

Created as a term project for Professor Bram van Heuveln's Computability and Logic course at RPI, Spring 2019.

Building

This project is written in Rust and uses Cargo as a build system. The following should download all dependencies and build the project:

$ cargo build

How to Use

To use ARes, run the binary from the command line with the resolution graph's filename as the first argument:

$ ./ARes filename

The file must have the following format:

label1: {P, Q} ()
label2: {~Q, R} ()
label3: {P, R} (label1, label2)

Each clause must have an identifying label ending in a colon. The clause literals themselves are a comma separated list of identifiers contained between curly braces. The identifiers can be any string. If a clause is the product of the resolution of other clauses, it must list its parent clauses in a parenthesized, comma-separated list after the list of literals. The parentheses must be present even if the clause has no parents.

Documentation

We will strive to keep the in-source developer documentation up to date. To build and view the documentation:

$ cargo doc --open

License

MIT license. See LICENSE.txt for further details.

resolution's People

Watchers

James Cloos avatar Julia Andrews avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.