How to write user plugin for z3 #6710
-
Hi, I’m a newbie who just started learning SMT and is interested in SMT solver. I want to start by writing my own plugin. I looked at some early z3str code and they used the api that z3 created in api_user_theory.cpp, but those apis have been removed from z3’s code base. How do I write a standalone plugin in the latest version of z3? Can you give me some advice on how to learn z3 code base? Thanks very much! |
Beta Was this translation helpful? Give feedback.
Answered by
NikolajBjorner
May 6, 2023
Replies: 1 comment 1 reply
-
z3str used a deprecated API. An updated API for plugins is available. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
d1tto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
z3str used a deprecated API.
An updated API for plugins is available.