Merge branch 'master' of github.com:Gbury/mSAT

This commit is contained in:
Guillaume Bury 2014-10-29 18:52:18 +01:00
commit 4acd669d6f
3 changed files with 13 additions and 6 deletions

View file

@ -3,7 +3,7 @@
LOG=build.log
COMP=ocamlbuild -log $(LOG) -use-ocamlfind -package num,zarith,unix -classic-display
FLAGS=
DIRS=-Is smt,common
DIRS=-Is sat,smt,common
DOC=msat.docdir/index.html
NAME=msat

View file

@ -19,8 +19,17 @@ This program is distributed under the Apache Software License version
## INSTALLATION
============
You will need ocamlfind.
### Via opam
Once the package is on [opam](http://opam.ocaml.org), just `opam install msat`.
For the development version, use:
opam pin add msat https://github.com/Gbury/mSAT.git
### Manual installation You will need ocamlfind. The command is:
make install

View file

@ -23,8 +23,6 @@ exception Sat
exception Unsat of clause list
exception Restart
type env =
{
(* si vrai, les contraintes sont deja fausses *)