Skip to content

A tool for solving the satisfiability and validity problems for modal fixpoint logics.

Notifications You must be signed in to change notification settings

tcsprojects/mlsolver

Repository files navigation

MLSolver

A tool for solving the satisfiability and validity problems for modal fixpoint logics.

Version 1.4, Copyright (c) 2008-2017

It is developed and maintained by:

Installation

Install the OCaml Package Manager OPAM.

Then:

opam update
opam upgrade
opam switch 4.14.2
eval `opam config env`
opam install ocamlbuild ocamlfind ounit TCSLib extlib ocaml-sat-solvers minisat pgsolver
git clone https://github.com/tcsprojects/mlsolver.git
cd mlsolver
ocaml setup.ml -configure
ocaml setup.ml -build -use-ocamlfind -tag thread -cflags -w,-31 -lflags -w,-31

Test

You can verify that everything is working by calling:

bin/ltmcparitybuechi 3 | bin/mlsolver -stenv -val ltmc "#phi" -pgs recursive

About

A tool for solving the satisfiability and validity problems for modal fixpoint logics.

Resources

Stars

Watchers

Forks

Packages

No packages published