cvc5
  • Installation
  • Binary Documentation
  • API Documentation
    • C++ API
    • C API
    • Java API
    • Python API
      • Pythonic API
      • Base Python API
        • Quickstart Guide
        • Command
        • Datatype
        • DatatypeConstructor
        • DatatypeConstructorDecl
        • DatatypeDecl
        • DatatypeSelector
        • Grammar
        • InputParser
        • Kind
        • Op
        • Plugin
        • Proof
        • ProofRule and ProofRewriteRule
        • Result
        • RoundingMode
        • Solver
        • Sort
        • SortKind
        • Statistics
        • SymbolManager
        • SynthResult
        • Term
        • TermManager
        • UnknownExplanation
        • Classes
        • Enums
      • Which Python API should I use?
      • Installation (from PyPi)
      • Installation (from source)
  • Options
  • Output tags
  • Proof Production
  • Resource limits
  • Skolem Identifiers
  • Statistics
  • Examples
  • Theory References
  • References
  • Index
Other versions
cvc5-main
cvc5-1.2.1
cvc5-1.2.0
cvc5-1.1.2
cvc5-1.1.1
cvc5-1.1.0
cvc5-1.0.9
cvc5-1.0.8
cvc5-1.0.7
cvc5-1.0.2
cvc5-1.0.1
cvc5-1.0.0
cvc5
  • API Documentation
  • Python API
  • Base Python API

Base Python API 

This is the base Python API. It is implemented on top of the C++ API and mirrors the C++ API .

For a higher-level, more pythonic programming experience, cvc5 provides the pythonic API .


Classes 

  • Command

  • Datatype

  • DatatypeConstructor

  • DatatypeConstructorDecl

  • DatatypeDecl

  • DatatypeSelector

  • Grammar

  • InputParser

  • Op

  • Plugin

  • Proof

  • Result

  • Solver

  • Sort

  • Statistics

  • SymbolManager

  • SynthResult

  • Term

Enums 

  • Kind

  • ProofRule and ProofRewriteRule

  • RoundingMode

  • UnknownExplanation

  • enums for configuration modes

    • BlockModelsMode

    • LearnedLitType

    • ProofComponent

    • ProofFormat

Previous Next

© Copyright 2024, the authors of cvc5.

Built with Sphinx using a theme provided by Read the Docs .