mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 05:03:59 -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
|
||||
|
||||
let add_problem (t:Spl.t) (pb:Problem.t) : unit =
|
||||
(* TODO: use an arbitrary litteral if the tests do not check the unsat core,
|
||||
or else add litterals to the generated problem. *)
|
||||
let lit = assert false in
|
||||
let lit = 0 in
|
||||
List.iter (fun constr -> Spl.add_constr t constr lit) pb
|
||||
|
||||
let pp_subst : subst Fmt.printer =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue