mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
detail
This commit is contained in:
parent
f2a7489d39
commit
566d0d64a2
1 changed files with 7 additions and 0 deletions
|
|
@ -53,6 +53,13 @@ let on_event (self : t) acts ~unit (ev : Core.Plugin.event) : unit =
|
|||
Log.debugf 1 (fun k -> k "(@[cdsat.bool.bcp@ %a@])" (TVar.pp self.vst) v)
|
||||
| _ -> ()
|
||||
|
||||
(* TODO: BCP *)
|
||||
let propagate (self : t) (act : Core.Plugin_action.t) (v : TVar.t)
|
||||
(value : Value.t) : unit =
|
||||
Log.debugf 0 (fun k ->
|
||||
k "(@[bool-plugin.propagate %a@])" (TVar.pp self.vst) v);
|
||||
()
|
||||
|
||||
let term_to_var_hooks (self : t) : _ list =
|
||||
let (module A) = self.arg in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue