Function z3::set_global_param

source ·
pub fn set_global_param(k: &str, v: &str)
Expand description

Set a global (or module) parameter. This setting is shared by all Z3 contexts.

See also