| .. |
|
.merlin
|
Few fixes. Sat Solver is working.
|
2014-11-01 16:31:19 +01:00 |
|
explanation.ml
|
Few fixes. Sat Solver is working.
|
2014-11-01 16:31:19 +01:00 |
|
explanation.mli
|
Added some documentation.
|
2014-11-01 17:12:56 +01:00 |
|
explanation_intf.ml
|
Added some documentation.
|
2014-11-01 17:12:56 +01:00 |
|
formula_intf.ml
|
Removed true_ and false_ constants
|
2014-11-01 20:11:41 +01:00 |
|
res.ml
|
copyright header in .header; authors in opam file
|
2014-11-04 17:59:58 +01:00 |
|
res.mli
|
copyright header in .header; authors in opam file
|
2014-11-04 17:59:58 +01:00 |
|
res_intf.ml
|
Proof resolution building (work in progress).
|
2014-11-04 00:18:03 +01:00 |
|
sat.ml
|
new interface for sat/Solver, without a Sat exception, nor save/restore. Wip on levels
|
2014-11-03 23:29:26 +01:00 |
|
sat.mli
|
new interface for sat/Solver, without a Sat exception, nor save/restore. Wip on levels
|
2014-11-03 23:29:26 +01:00 |
|
solver.ml
|
Merge branch 'master' of github.com:Gbury/mSAT
|
2014-11-04 00:18:45 +01:00 |
|
solver.mli
|
removed french comments; first attempt for Solver.pop
|
2014-11-04 00:00:26 +01:00 |
|
solver_types.ml
|
make Vec.t abstract and document it; remove ugly hacks
|
2014-11-03 15:25:07 +01:00 |
|
solver_types.mli
|
Added some documentation.
|
2014-11-01 17:12:56 +01:00 |
|
solver_types_intf.ml
|
Added some documentation.
|
2014-11-01 17:12:56 +01:00 |
|
theory_intf.ml
|
comments and Vec.exists, used in Solver
|
2014-11-03 23:51:10 +01:00 |