get_global_param_descrs method

Z3_param_descrs get_global_param_descrs(
  1. Z3_context c
)

\brief Retrieve description of global parameters.

def_API('Z3_get_global_param_descrs', PARAM_DESCRS, (_in(CONTEXT),))

Implementation

Z3_param_descrs get_global_param_descrs(
  Z3_context c,
) {
  return _get_global_param_descrs(
    c,
  );
}