Commit graph

22 commits

Author SHA1 Message Date
Guillaume Bury
4c040ccbde Added smtlib input option 2014-11-09 23:39:54 +01:00
Guillaume Bury
a28cf4098c Removed useless dir in Makefile 2014-11-09 18:43:33 +01:00
Guillaume Bury
a31285d3ad New bench target in root Makefile
bench/Makefile now builds the test utility if not already built
2014-11-05 23:00:58 +01:00
Guillaume Bury
51f5a00224 sat_solve is now build in 'all', test replacfes test-full in Makefile
targets.
2014-11-05 21:19:28 +01:00
Simon Cruanes
1a2d4ccb73 main test program: move test.ml to sat_solve.ml 2014-11-04 20:40:08 +01:00
Simon Cruanes
30e372d302 moved vec, iheap, etc. from common/ to util/;
removed dependency of util/ on unix,str
2014-11-04 20:25:26 +01:00
Simon Cruanes
e95dec0663 fix test; make test scripts PWD-independent 2014-11-04 17:48:22 +01:00
Guillaume Bury
f5563a554f Test utility now compiled to native code
Added bench/run
2014-11-04 17:42:15 +01:00
Guillaume Bury
4435821936 New lexer/parser for dimacs format. 2014-11-04 15:41:25 +01:00
Guillaume Bury
7cd1f38d49 New test script. 2014-11-01 23:42:57 +01:00
Guillaume Bury
df524375a7 Added small lexer/parser for dimacs (work in progress). 2014-11-01 21:43:58 +01:00
Guillaume Bury
3c235e259d Sat Solver is broken. 2014-11-01 02:12:17 +01:00
Guillaume Bury
a00506b95f Solver module is now functorised. 'make' now compiles. 2014-10-31 16:21:11 +01:00
Guillaume Bury
4acd669d6f Merge branch 'master' of github.com:Gbury/mSAT 2014-10-29 19:05:37 +01:00
Simon Cruanes
3b37848470 add reinstall target to makefile 2014-10-29 14:54:12 +01:00
Simon Cruanes
a1f46f4870 documentation 2014-10-29 14:25:29 +01:00
Guillaume Bury
cb988eadfa Merge branch 'master' of github.com:Gbury/mSAT 2014-10-29 14:22:27 +01:00
Guillaume Bury
3b06af2977 Removed unused variable in Makefile 2014-10-29 14:22:03 +01:00
Simon Cruanes
ed3d6be013 missing files now installed 2014-10-29 14:21:49 +01:00
Simon Cruanes
db71f48470 modify build system 2014-10-29 14:18:00 +01:00
Simon Cruanes
061369b392 update build system 2014-10-29 13:56:13 +01:00
Guillaume Bury
ed037a4aab Replaced old makefile (we use ocamlbuild now).
Added .merlin (still may needs some work though).
Fixed some warning of deprecated use of 'Pervasives.or'
2014-10-29 12:43:08 +01:00