[][src]Function z3_sys::Z3_fixedpoint_set_predicate_representation

pub unsafe extern "C" fn Z3_fixedpoint_set_predicate_representation(
    c: Z3_context,
    d: Z3_fixedpoint,
    f: Z3_func_decl,
    num_relations: c_uint,
    relation_kinds: *const Z3_symbol
)

Configure the predicate representation.

It sets the predicate to use a set of domains given by the list of symbols. The domains given by the list of symbols must belong to a set of built-in domains.