fixedpoint_add_constraint method
Implementation
void fixedpoint_add_constraint(
Z3_context c,
Z3_fixedpoint d,
Z3_ast e,
int lvl,
) {
return _fixedpoint_add_constraint(
c,
d,
e,
lvl,
);
}
void fixedpoint_add_constraint(
Z3_context c,
Z3_fixedpoint d,
Z3_ast e,
int lvl,
) {
return _fixedpoint_add_constraint(
c,
d,
e,
lvl,
);
}