Function z3_sys::Z3_model_translate[][src]

pub unsafe extern "C" fn Z3_model_translate(
    c: Z3_context,
    m: Z3_model,
    dst: Z3_context
) -> Z3_model
Expand description

Translate model from context c to context dst.