mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
feat: solver actions are the same as CC actions
This commit is contained in:
parent
3e7ef47fab
commit
ed4ba4057f
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ module type SOLVER_INTERNAL = sig
|
||||||
|
|
||||||
(** {3 hooks for the theory} *)
|
(** {3 hooks for the theory} *)
|
||||||
|
|
||||||
type actions
|
type actions = CC_A.Actions.t
|
||||||
|
|
||||||
val propagate : t -> actions -> lit -> reason:(unit -> lit list) -> A.Proof.t -> unit
|
val propagate : t -> actions -> lit -> reason:(unit -> lit list) -> A.Proof.t -> unit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue