File: api.rst

package info (click to toggle)
bitwuzla 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 43,292 kB
  • sloc: cpp: 94,870; python: 3,254; ansic: 1,613; sh: 50; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
API Documentation
=================

Bitwuzla provides APIs for several programming languages.
The :doc:`C++ interface <cpp/api>` is Bitwuzla's primary interface,
the :doc:`C <c/api>` and :doc:`Python <python/api>` APIs are
built as thin wrappers on top of the C++ API.

.. toctree::
  :maxdepth: 2

  cpp/api
  c/api
  python/api
  ocaml/api