Skip to main content

reset_assertions

Function reset_assertions 

Source
pub unsafe extern "C" fn reset_assertions(cvc5: *mut Solver)
Expand description

Remove all assertions.

SMT-LIB:

\verbatim embed:rst:leading-asterisk .. code:: smtlib

(reset-assertions)

\endverbatim

@param cvc5 The solver instance.