Skip to content
Snippets Groups Projects

Resolve "add horn sat algorithm"

Merged aalbert requested to merge 5-add-horn-sat-algorithm into main
Compare and Show latest version
4 files
+ 54
10
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -2,7 +2,7 @@ open Printf
open Dolmen
open Lib
(** A Data structure to store horn clauses efficiently: *)
(** A data structure to store horn clauses efficiently: *)
(* Clauses are modeled by the number of disjoint false hypothesis and the conlusion *)
(* and for every variable p, the list of clause where the variable p appear is maintained *)
Loading