mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 20:25:31 -05:00
tmp: use dummy proof in pure sat solver
This commit is contained in:
parent
4cada7e7b6
commit
22638a0c0b
1 changed files with 3 additions and 2 deletions
|
|
@ -143,9 +143,10 @@ let main_smt () : _ result =
|
|||
let main_cnf () : _ result =
|
||||
let module Proof = Pure_sat_solver.Proof in
|
||||
let module S = Pure_sat_solver in
|
||||
let proof = Proof.create() in
|
||||
(* TODO: switch proof depending on whether we need proofs or not *)
|
||||
let proof = Proof.dummy in
|
||||
|
||||
(* FIXME: this should go in the proof module *)
|
||||
(* FIXME: this should go in the proof module, or is already redundant? *)
|
||||
let close_proof_, on_learnt, on_gc =
|
||||
if !proof_file ="" then (
|
||||
(fun() -> ()), None, None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue