mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix(proof): emit proper result for RUP steps
This commit is contained in:
parent
15e16a515d
commit
1bf05d51ce
1 changed files with 1 additions and 2 deletions
|
|
@ -1028,8 +1028,7 @@ module Make(Plugin : PLUGIN)
|
|||
(Atom.debug_a store) atoms);
|
||||
let proof =
|
||||
let lits =
|
||||
Clause.atoms_a store c
|
||||
|> Iter.of_array
|
||||
Iter.of_array atoms
|
||||
|> Iter.map (Atom.lit store)
|
||||
in
|
||||
Proof.emit_redundant_clause lits
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue