fixedpoint_init method
\brief Initialize the context with a user-defined state.
Implementation
void fixedpoint_init(
Z3_context c,
Z3_fixedpoint d,
ffi.Pointer<ffi.Void> state,
) {
return _fixedpoint_init(
c,
d,
state,
);
}
\brief Initialize the context with a user-defined state.
void fixedpoint_init(
Z3_context c,
Z3_fixedpoint d,
ffi.Pointer<ffi.Void> state,
) {
return _fixedpoint_init(
c,
d,
state,
);
}