mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
add todo
This commit is contained in:
parent
651f2c1150
commit
f5ccbb476b
1 changed files with 4 additions and 1 deletions
|
|
@ -69,7 +69,10 @@ let decl_fun (self : t) f args ret const : unit =
|
|||
let build_model (self : t) (sat : Solver.sat_result) : Model.t =
|
||||
Build_model.build self.build_model sat
|
||||
|
||||
let check_model (self : t) (m : Model.t) : unit = assert false
|
||||
(* FIXME *)
|
||||
let check_model (_self : t) (_m : Model.t) : unit =
|
||||
Log.debugf 0 (fun k -> k "; TODO: check model");
|
||||
()
|
||||
|
||||
(* call the solver to check satisfiability *)
|
||||
let solve (self : t) ~assumptions () : Solver.res =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue