Skip to content

Commit 9f506b2

Browse files
committed
[FIXUP] Reword readme.md
1 parent a888249 commit 9f506b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cprover-cpp-api/readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# The CPROVER C++ API
22

33
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.
4+
API for the CProver libraries. This allows direct linking to key CProver functionality
5+
via C++ function calls. This (will eventually) allow the use of all aspects of
6+
the CProver verification pipeline via direct function calls and deprecate the
7+
need for invoking separate tools/programs.
78

89
## Implementation
910

0 commit comments

Comments
 (0)