module ParamDescrs:sig..end
ParamDescrs describe sets of parameters (of Solvers, Tactics, ...)
type param_descrs
val validate : param_descrs -> Params.params -> unitValidate a set of parameters.
val get_kind : param_descrs -> Symbol.symbol -> Z3enums.param_kindRetrieve kind of parameter.
val get_names : param_descrs -> Symbol.symbol listRetrieve all names of parameters.
val get_size : param_descrs -> intThe size of the ParamDescrs.
val to_string : param_descrs -> stringRetrieves a string representation of the ParamDescrs.