GithubHelp home page GithubHelp logo

msheby / analogsat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fmolnar-notredame/analogsat

0.0 0.0 0.0 209 KB

Simulations of continuous-time dynamical systems (CTDS) that solve Boolean satisfiability (SAT) problems.

License: GNU General Public License v3.0

Shell 0.30% C 0.37% C++ 80.81% Cuda 18.52%

analogsat's Introduction

AnalogSat

Simulations of continuous-time dynamical systems (CTDS) that solve Boolean satisfiability (SAT) problems or minimize the number of violated clauses (MAXSAT).

Corresponding publication:
"Accelerating a continuous-time SAT solver using GPUs",
F. Molnar, S. R. Kharel, X. S. Hu, Z. Toroczkai,
Computer Physics Communications, Volume 256, November 2020, 107469.
DOI: https://doi.org/10.1016/j.cpc.2020.107469

This work was supported in part by the National Science Foundation under Grants CCF-1644368, 1640081 and CNS1629914, and by the Nanoelectronics Research Corporation, a wholly-owned subsidiary of the Semiconductor Research Corporation, through Extremely Energy Efficient Collective Electronics, an SRC-NRI Nanoelectronics Research Initiative under Research Task ID 2698.004.

This software package contains 3 separate modules:

  • (1) AnalogSat library
  • (2) MiniSat for AnalogSat library
  • (3) AnalogSat Frontend

Each module can be compiled and used on its own. Each module is licensed under GNU GPL v3. See the license file in the folders of each module.

The code needs NVIDIA CUDA Toolkit (minimum version 9.2) to compile, but its CPU-based solvers can be used without a CUDA-compatible GPU.

The AnalogSat library (1) is the core implementation of the Boolean satisfiability (SAT) solver described in the paper.

The MiniSat for AnalogSat library (2) is a modified version of the original MiniSat software by Niklas Een and Niklas Sorensson. It is based on the latest available version of MiniSat (version 2.2.0) on http://minisat.se. The purpose of the modifications is to make the MiniSat code accessible via the AnalogSat Frontend. In addition, linux-specific parts (linux-specific timing and interrupts) have been removed. The solving algorithm has not been modified.

The AnalogSat Frontend (3) is a command-line interface to run SAT problems through the solver. It also comes with predefined configurations that allow the user to recreate the results shown in the paper.

analogsat's People

Contributors

fmolnar-notredame avatar ztoroczkai 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.