Documentation

Auto.Solver.SMT

axiom autoSMTSorry (α : Sort u) :
α
Equations
  • One or more equations did not get rendered due to their size.
Instances For
    Instances For
      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.
      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.
                    Instances For