Skip to content

jkeiren/satsolversforocaml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAT Solvers For OCaml

This library contains an abstraction layer for integrating SAT Solvers into OCaml.

It is developed and maintained by:

We currently support the following SAT Solvers:

Installation

  • Install OCaml, Make and the SAT solvers that you'd like to use.
  • Create a copy of Config.default, name it Config and modify it to fit your configuration
  • Create a copy of Solvers.default, name it Solvers and modify it to fit your configuration
  • Run make

Usage

  • See the two test application for example use cases

About

SAT Solvers For OCaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 47.0%
  • C++ 29.9%
  • C 20.2%
  • Makefile 2.9%