We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a888249 commit 9f506b2Copy full SHA for 9f506b2
cprover-cpp-api/readme.md
@@ -1,9 +1,10 @@
1
# The CPROVER C++ API
2
3
This folder includes the interface and the implementation of a new C++-based
4
-API for the CProver libraries. The aim is for this to be able to be used by
5
-clients to drive all of the verification pipeline without the need to invoke
6
-any of the associated tools.
+API for the CProver libraries. This allows direct linking to key CProver functionality
+via C++ function calls. This (will eventually) allow the use of all aspects of
+the CProver verification pipeline via direct function calls and deprecate the
7
+need for invoking separate tools/programs.
8
9
## Implementation
10
0 commit comments