sidekick/solver
Guillaume Bury 510a8aaa34 [bugfix] Clause level now computed at creation
Apart from new assumptions, clause level can always
be computed from the histoy of the clause, so it is
better to do it in Solver_types when creating clauses.
Aditionally, it seems there was an error in the manual
computing of clause level somewhere, this fixes the bug.
2016-07-09 03:06:21 +02:00
..
expr_intf.ml A bit of restructuring to have cleaner dependencies between fonctors 2015-07-21 19:20:40 +02:00
formula_intf.ml details 2016-01-29 14:34:45 +01:00
internal.ml [bugfix] Clause level now computed at creation 2016-07-09 03:06:21 +02:00
internal.mli Added dummy arguments to some functors 2016-02-29 10:58:22 +01:00
mcsolver.ml [bugfix/minor] Ensure generativity of solver_types 2016-04-15 13:30:46 +02:00
mcsolver.mli Added dummy arguments to some functors 2016-02-29 10:58:22 +01:00
plugin_intf.ml A bit of restructuring to have cleaner dependencies between fonctors 2015-07-21 19:20:40 +02:00
res.ml [bugfix] Clause level now computed at creation 2016-07-09 03:06:21 +02:00
res.mli Merge branch 'master' of github.com:Gbury/mSAT 2016-01-21 03:52:53 +01:00
res_intf.ml [feature] Adds proofs for atoms true at level 0 2016-04-06 15:32:12 +02:00
solver.ml [feature] Allow arbitrary proof types in DummyTheory 2016-04-15 14:03:13 +02:00
solver.mli missing change 2016-04-15 14:05:42 +02:00
solver_intf.ml Big cleanup of interfaces. Breaks retro-compat ! 2016-01-31 02:09:16 +01:00
solver_types.ml [bugfix] Clause level now computed at creation 2016-07-09 03:06:21 +02:00
solver_types.mli Fixed functor syntax for ocaml 4.00.1 in solver_types 2016-04-23 20:18:25 +02:00
solver_types_intf.ml [bugfix] Clause level now computed at creation 2016-07-09 03:06:21 +02:00
theory_intf.ml expose dummy theory in a functor 2016-01-29 14:40:43 +01:00
tseitin.ml ocp-indent all the files, for the greater good! 2015-11-25 10:04:01 +01:00
tseitin.mli Some reorganization of files/folders 2014-12-11 17:02:27 +01:00
tseitin_intf.ml Some reorganization of files/folders 2014-12-11 17:02:27 +01:00