Skip to main content

push

Function push 

Source
pub unsafe extern "C" fn push(cvc5: *mut Solver, nscopes: u32)
Expand description

Push (a) level(s) to the assertion stack.

SMT-LIB:

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

(push <numeral>)

\endverbatim

@param cvc5 The solver instance. @param nscopes The number of levels to push.