Skip to content

kent-weak-memory/so-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SO Lib

This breaks out the framework for building SO formulae from PrideMM for easier use in other projects.

Build

You will need some opam packages:

opam install batteries ppx_deriving, sedlex opal

Then you can run make to call ocamlbuild appropriately: it should output ./example.byte

Running

You need the SO solver on your path, a binary is included in bin/. There is a script to set your evironment variables to include bin/ in $PATH.

. ./setenv

You can then run the example, which iterates through a series of SO formulae and gives True/False determinations.

./example.byte

SO Language

About

SO Solver Library, extracted from PrideMM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages