mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
Updated README
This commit is contained in:
parent
553d320368
commit
34b1cda760
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ as shown in the following code :
|
|||
module Sat = Msat.Sat.Make()
|
||||
|
||||
(* We create here two distinct atoms *)
|
||||
let a = Sat.new_atom () (* A 'new_atom' is always distinct from any other atom *)
|
||||
let b = Sat.make 1 (* Atoms can be created from integers *)
|
||||
let a = Msat.Sat.Fsat.fresh () (* A 'new_atom' is always distinct from any other atom *)
|
||||
let b = Msat.Sat.Fsat.make 1 (* Atoms can be created from integers *)
|
||||
|
||||
(* Let's create some formulas *)
|
||||
let p = F.make_atom a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue