mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
Update README after Log switch
This commit is contained in:
parent
ddbedc6606
commit
383afcf19f
1 changed files with 1 additions and 3 deletions
|
|
@ -48,9 +48,7 @@ as shown in the following code :
|
|||
### Generic SAT/SMT Solver
|
||||
|
||||
A modular implementation of the SMT algorithm can be found in the `Msat.Solver` module,
|
||||
as a functor which takes three modules :
|
||||
|
||||
- A log module for debug output
|
||||
as a functor which takes two modules :
|
||||
|
||||
- A representation of formulas (which implements the `Formula_intf.S` signature)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue