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
Right now kprove has a --z3-cnstr-timeout and a --z3-impl-timeout flag. We need to delete these flags, replace them with --z3-timeout, and then modify HaskellRewriter.java to pass the --smt-timeout flag to kore-exec when it is invoked by the prover.
Right now kprove has a --z3-cnstr-timeout and a --z3-impl-timeout flag. We need to delete these flags, replace them with
--z3-timeout, and then modify HaskellRewriter.java to pass the--smt-timeoutflag to kore-exec when it is invoked by the prover.