Code Monkey home page Code Monkey logo

sat-encoding's Introduction

SAT Encoding

Each folder contains codes for encoding some problems into Boolean satisfiability instances. The generated instances are in DIMACS format which is the default input format of modern SAT solvers.

The following is a high-level description of each folder, for more detailed description check out the README in each folder. To make each of the encoders, run the Makefile within that folder.

  • core: the encoder for the basic operations. Other encoders use it.
  • graph: Graph problems
    • total-coloring: Generates an instance of Total Coloring of a complete graph with the conjectured upper limit.
  • crypto: Cryptographic problems
    • sha1, sha256, md4: Generate preimage/collision attack instances of MD4, SHA-1 and SHA-256.
  • arith: Integer arithmetic problems
    • long: Long multiplication (elementary) style of a*b
    • mod: Modular multiplication of the form (a*b) mod (2^n-delta)
    • ppa: Parallel prefix addition

sat-encoding's People

Contributors

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