sidekick/solver
Guillaume Bury 9dadb67fc9 [bugfix] Sort false atoms by levels in new clauses
When a new clauses is added and it is a conflict (i.e all atoms
are false), one must take care of which literals to watch.
In order to work, the watched literals must be those with the higher
decision levels, or else the watched literals might not react when
needed. This is fixed by sorting the literals in decreasing order of
decision level when adding a new clause which happens to be false in the
current trail.
2016-07-16 15:55:26 +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] Sort false atoms by levels in new clauses 2016-07-16 15:55:26 +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] Sort false atoms by levels in new clauses 2016-07-16 15:55:26 +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] Sort false atoms by levels in new clauses 2016-07-16 15:55:26 +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] Sort false atoms by levels in new clauses 2016-07-16 15:55:26 +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