Coder Social home page Coder Social logo

cdcl-sat-solver's Introduction

cdcl-sat-solver

A CDCL SAT solver implemented in Java, for a university course.

Prerequisites

  • Java 8

Test cases

Sample test cases

Several sample CNF formulas are given in the folder inputs.

Generate new test cases

Run the main() method in src/com/kentnek/cdcl/FormulaHelper.java. Generated CNF formulas will be written to the inputs/generated folder.

Run the solver

  1. Update the value of the INPUT_FILE_PATH constant in src/com/kentnek/cdcl/Main.java with the path of the desired test case.
  2. Run the main() method.
  3. If the formula is satisfiable, the solver will output an assignment and verify it.
  4. If the formula is unsatisfiable, the solver will generate a refutation proof, verify it and write it to an output file in the proofs folder.

Authors

  • Kent Nguyen - Initial work - Kent

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Professor Kuldeep S. Meel, for his thorough introduction to CDCL solvers and guidance on the project.
  • The Handbook of Satisfiability.

cdcl-sat-solver's People

Contributors

kentnek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.