zhihan / minisat-scala

A Scala implementation of MiniSAT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minisat-scala

Build Status

This is a pure scala implementation of the MiniSAT SATisfiability solver. It is based on the original clean version of MiniSAT, which is a very powerful SAT solver written in less than 1000 lines of C++ code.

A few areas are further simplified, standard scala containers are used to avoid low-level implementaion of vectors, etc.

The original MiniSAT library can be found on github at

https://github.com/niklasso/minisat

About

A Scala implementation of MiniSAT


Languages

Language:Scala 91.8%Language:MATLAB 8.2%