summaryrefslogtreecommitdiff
path: root/src/api/cvc4cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/cvc4cpp.h')
-rw-r--r--src/api/cvc4cpp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/api/cvc4cpp.h b/src/api/cvc4cpp.h
index 7ccb73bc3..3c99d2480 100644
--- a/src/api/cvc4cpp.h
+++ b/src/api/cvc4cpp.h
@@ -2762,12 +2762,6 @@ class CVC4_PUBLIC Solver
void push(uint32_t nscopes = 1) const;
/**
- * Reset the solver.
- * SMT-LIB: ( reset )
- */
- void reset() const;
-
- /**
* Remove all assertions.
* SMT-LIB: ( reset-assertions )
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback