Function z3_sys::Z3_model_to_string

source ·
pub unsafe extern "C" fn Z3_model_to_string(
    c: Z3_context,
    m: Z3_model
) -> Z3_string
Expand description

Convert the given model into a string.

Warning: The result buffer is statically allocated by Z3. It will be automatically deallocated when Z3_del_context is invoked. So, the buffer is invalidated in the next call to Z3_model_to_string.