Skip to main content

get_info

Function get_info 

Source
pub unsafe extern "C" fn get_info(
    cvc5: *mut Solver,
    flag: *const c_char,
) -> *const c_char
Expand description

Get info from the solver.

SMT-LIB:

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

(get-info <info_flag>)

\endverbatim

@param cvc5 The solver instance. @param flag The info flag. @return The info. @note The returned char* pointer is only valid until the next call to this function.