You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add (proof_checker "checker $problem --whatever $proof") to prover stanza
(or maybe a separate stanza with the (proof_checker <name>) field in prover)
add a way in task/cli to specify that proof production is on for some provers; also need to be able to run the prover with and without proof production
do the proof checking, with new possible results ("unsat but with bad proof", say)
have a way to say "checked n subproofs, skipped m subproofs" (to say we have (n/n+m % steps proved)
provide views on checked/unchecked proofs in the UI
The text was updated successfully, but these errors were encountered:
-[x] add
(proof_produce " --some --additional --args $proof_file")
to prover stanza(proof_checker "checker $problem --whatever $proof")
to prover stanza(or maybe a separate stanza with the
(proof_checker <name>)
field in prover)The text was updated successfully, but these errors were encountered: