-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User propagator - C++ API #5507
Comments
I have only been using the Python bindings and likely omitted crucial functionality from the C++ bindings. |
I see, thank you. Just in case there is something obviously wrong with it,
but it led to some strange behavior, |
A minimal example about the mentioned behavior (using latest commit ):
Depending on whether the declaration of |
Hi, I'm looking for a working example for the user propagator in C++.
I have tried the following, but the call to
fixed
leads to a segmentation fault (without any other output).The version I'm using is 4.8.12.
It seems that, compared to the python api, a call to
Z3_solver_propagate_init
is missing from the constructorof
user_propagator_base
.Adding that, I no longer get the segmentation fault but other problems appear when I
actually use the propagator, so I'm unsure if that was actually the problem.
The text was updated successfully, but these errors were encountered: