meteor/minisat

Name: minisat

Owner: Meteor

Description: A minimalistic and high-performance SAT solver

Created: 2014-11-08 14:10:00.0

Updated: 2015-03-06 01:55:12.0

Pushed: 2015-03-06 01:55:11.0

Homepage: minisat.se

Size: 506

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Building MiniSat with Emscripten for the Meteor logic-solver
  1. Install Emscripten. On a Mac with Brew, brew install emscripten will do it. (Last tested with emscripten 1.28.0.)
  2. Check that you have emmake, emcc, and node in your path. If you don't have node in your path, you can locally modify the script in the next step where it says NODE=node. (Node is only used to run a quick sanity check after compiling.)
  3. In the repo directory, run meteor/make-emscripten.sh.
  4. That's it. If everything worked, the build product is build/minisat.js.

Notes:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.