◆ Z3_param_kind()
◆ fromInt()
Definition at line 38 of file Z3_param_kind.java.
38 {
39 Z3_param_kind k = Z3_param_kind_MappingHolder.intMapping.get(v);
40 if (k != null) return k;
41 throw new IllegalArgumentException("Illegal value " + v + " for Z3_param_kind");
42 }
Z3_param_kind
The different kinds of parameters that can be associated with parameter sets. (see Z3_mk_params).
Referenced by ParamDescrs.getKind().
◆ toInt()
◆ Z3_PK_BOOL
◆ Z3_PK_DOUBLE
◆ Z3_PK_INVALID
◆ Z3_PK_OTHER
◆ Z3_PK_STRING
◆ Z3_PK_SYMBOL
◆ Z3_PK_UINT