mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 12:15:48 -05:00
Merge branch 'master' of github.com:Gbury/mSAT
This commit is contained in:
commit
fa9b35f646
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ module E = Msat.Sat.Expr (* expressions *)
|
||||||
module F = Msat.Tseitin.Make(E)
|
module F = Msat.Tseitin.Make(E)
|
||||||
|
|
||||||
(* We create here two distinct atoms *)
|
(* We create here two distinct atoms *)
|
||||||
let a = E.fresh () (* A 'new_atom' is always distinct from any other atom *)
|
let a = E.fresh () (* A fresh atom is always distinct from any other atom *)
|
||||||
let b = E.make 1 (* Atoms can be created from integers *)
|
let b = E.make 1 (* Atoms can be created from integers *)
|
||||||
|
|
||||||
(* Let's create some formulas *)
|
(* Let's create some formulas *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue