Equations
- One or more equations did not get rendered due to their size.
Instances For
- none : SolverName
- z3 : SolverName
- cvc4 : SolverName
- cvc5 : SolverName
Instances For
Equations
Equations
Equations
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
@[reducible, inline]
Equations
- Auto.Solver.SMT.SolverProc = IO.Process.Child { stdin := IO.Process.Stdio.piped, stdout := IO.Process.Stdio.piped, stderr := IO.Process.Stdio.piped }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Recover id of valid facts from unsat core. Refer to lamFOL2SMT
Equations
- One or more equations did not get rendered due to their size.
Instances For
Only put declarations in the query
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[reducible, inline]
solverHints includes:
- preprocessFacts : List (Parser.SMTTerm.Term)
- theoryLemmas : List (Parser.SMTTerm.Term)
- instantiations : List (Parser.SMTTerm.Term)
- computationLemmas : List (Parser.SMTTerm.Term)
- polynomialLemmas : List (Parser.SMTTerm.Term)
- rewriteFacts : List (List (Parser.SMTTerm.Term))
Equations
- One or more equations did not get rendered due to their size.
Instances For
Behaves like querySolver
but assumes that the output came from cvc5 with --dump-hints
enabled. The
additional output is used to return not just the unsatCore and proof, but also a list of theory lemmas.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.