mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
feat: expose Atom.neg
This commit is contained in:
parent
fd8b598650
commit
5f9675e7d1
1 changed files with 1 additions and 0 deletions
|
|
@ -609,6 +609,7 @@ module type SOLVER = sig
|
|||
val hash : t -> int
|
||||
val pp : t CCFormat.printer
|
||||
|
||||
val neg : t -> t
|
||||
val formula : t -> lit
|
||||
val sign : t -> bool
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue