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 9eee2a7 commit 5dd2519Copy full SHA for 5dd2519
src/solvers/smt2_incremental/smt_to_smt2_string.h
@@ -1,7 +1,9 @@
1
// Author: Diffblue Ltd.
2
3
/// \file
4
-/// Streaming SMT data structures to a string based output stream.
+/// Streaming SMT data structures to a string based output stream. The generated
5
+/// output strings are intended to be valid input for SMT2 solvers compliant
6
+/// with the SMT-LIB standard version 2.6.
7
8
#ifndef CPROVER_SOLVERS_SMT2_INCREMENTAL_SMT_TO_SMT2_STRING_H
9
#define CPROVER_SOLVERS_SMT2_INCREMENTAL_SMT_TO_SMT2_STRING_H
0 commit comments