mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 13:14:09 -05:00
fix tests the most stupid way possible
This commit is contained in:
parent
d5b4798e20
commit
8b06566013
1 changed files with 1 additions and 3 deletions
|
|
@ -108,9 +108,7 @@ module Problem = struct
|
||||||
end
|
end
|
||||||
|
|
||||||
let add_problem (t:Spl.t) (pb:Problem.t) : unit =
|
let add_problem (t:Spl.t) (pb:Problem.t) : unit =
|
||||||
(* TODO: use an arbitrary litteral if the tests do not check the unsat core,
|
let lit = 0 in
|
||||||
or else add litterals to the generated problem. *)
|
|
||||||
let lit = assert false in
|
|
||||||
List.iter (fun constr -> Spl.add_constr t constr lit) pb
|
List.iter (fun constr -> Spl.add_constr t constr lit) pb
|
||||||
|
|
||||||
let pp_subst : subst Fmt.printer =
|
let pp_subst : subst Fmt.printer =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue