sidekick/util
Simon Cruanes 2fe5be8317 update Log interface, with real/dummy implementation
- `make disable_log` to use the dummy
- `make enable_log` to use the real one (slower)
2016-01-20 21:04:44 +01:00
..
smtlib ocp-indent all the files, for the greater good! 2015-11-25 10:04:01 +01:00
.merlin Added smtlib input option 2014-11-09 23:39:54 +01:00
either.ml ocp-indent all the files, for the greater good! 2015-11-25 10:04:01 +01:00
either.mli ocp-indent all the files, for the greater good! 2015-11-25 10:04:01 +01:00
hashcons.ml moved vec, iheap, etc. from common/ to util/; 2014-11-04 20:25:26 +01:00
hashcons.mli moved vec, iheap, etc. from common/ to util/; 2014-11-04 20:25:26 +01:00
hstring.ml moved vec, iheap, etc. from common/ to util/; 2014-11-04 20:25:26 +01:00
hstring.mli moved vec, iheap, etc. from common/ to util/; 2014-11-04 20:25:26 +01:00
iheap.ml new Sparse_vec structure, used for vectors with "holes" 2014-11-05 17:41:34 +01:00
iheap.mli new Sparse_vec structure, used for vectors with "holes" 2014-11-05 17:41:34 +01:00
log.ml update Log interface, with real/dummy implementation 2016-01-20 21:04:44 +01:00
log.mli update Log interface, with real/dummy implementation 2016-01-20 21:04:44 +01:00
log_dummy.ml update Log interface, with real/dummy implementation 2016-01-20 21:04:44 +01:00
log_real.ml update Log interface, with real/dummy implementation 2016-01-20 21:04:44 +01:00
parsedimacs.ml Added smtlib input option 2014-11-09 23:39:54 +01:00
parsedimacs.mli Added smtlib input option 2014-11-09 23:39:54 +01:00
sat_solve.ml ocp-indent all the files, for the greater good! 2015-11-25 10:04:01 +01:00
sparse_vec.ml Added some asserts in vectors/sparse vectors 2015-03-16 16:23:30 +01:00
sparse_vec.mli new Sparse_vec structure, used for vectors with "holes" 2014-11-05 17:41:34 +01:00
vec.ml Fixed push in case of unsat env 2015-11-24 14:33:02 +01:00
vec.mli A *lot* of fixes for push/pop 2015-11-17 16:17:14 +01:00