-
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
common module not found for python interface (when importing z3util) #67
Comments
Update:
Conclusion: the repository is missing the module. After searching for a bit I think I've found it, since the author's name, as cited by @leodemoura in this StackOverflow answer, matches that of this google code repository. So, I believe the In case anybody is reading this in hopes of a quick fix, here is my build script:
Note the use of |
Thanks for figuring out all the details of this problem! I removed the external import by adding the vset function and it now works fine for me. The fix is currently only available in the contrib branch, but it will be import into master soon. |
* log quantifiers only if present Signed-off-by: Nikolaj Bjorner <[email protected]> * merge and fix some warnings Signed-off-by: Nikolaj Bjorner <[email protected]> * set new arith as default for LIA Signed-off-by: Nikolaj Bjorner <[email protected]>
Signed-off-by: Lev Nachmanson <[email protected]> exit earlier on a large matrix in hnf_cutter Signed-off-by: Lev Nachmanson <[email protected]> call hnf only for the boundary points Signed-off-by: Lev Nachmanson <[email protected]> fix a bug in hnf_cutter initialization Signed-off-by: Lev Nachmanson <[email protected]> initialize has_bounds in lar_solver::get_equality_for_term_on_corrent_x Signed-off-by: Lev Nachmanson <[email protected]> initialize has_bounds in lar_solver::get_equality_for_term_on_corrent_x Signed-off-by: Lev Nachmanson <[email protected]> initialize has_bounds in lar_solver::get_equality_for_term_on_corrent_x Signed-off-by: Lev Nachmanson <[email protected]> initialize has_bounds in lar_solver::get_equality_for_term_on_corrent_x Signed-off-by: Lev Nachmanson <[email protected]> fixes in determinant_of_rectangular_matrix calculations Signed-off-by: Lev Nachmanson <[email protected]> changes in debug code Signed-off-by: Lev Nachmanson <[email protected]> init m_hnf_cut_period from globals settings Signed-off-by: Lev Nachmanson <[email protected]> fix some warnings Signed-off-by: Lev Nachmanson <[email protected]> Lev2 (Z3Prover#66) * log quantifiers only if present Signed-off-by: Nikolaj Bjorner <[email protected]> * merge and fix some warnings Signed-off-by: Nikolaj Bjorner <[email protected]> remove a comment Signed-off-by: Lev Nachmanson <[email protected]> simplify gomory cut return's logic Signed-off-by: Lev Nachmanson <[email protected]> simplify uniformly int_solver::check() Signed-off-by: Lev Nachmanson <[email protected]> making new arith solver default for LIA (Z3Prover#67) * log quantifiers only if present Signed-off-by: Nikolaj Bjorner <[email protected]> * merge and fix some warnings Signed-off-by: Nikolaj Bjorner <[email protected]> * set new arith as default for LIA Signed-off-by: Nikolaj Bjorner <[email protected]> remove chase_cut_solver Signed-off-by: Lev Nachmanson <[email protected]> remove integer_domain Signed-off-by: Lev Nachmanson <[email protected]> restore call for find_cube() Signed-off-by: Lev Nachmanson <[email protected]> remove a method Signed-off-by: Lev Nachmanson <[email protected]> remove some debug code Signed-off-by: Lev Nachmanson <[email protected]>
After cloning the repository and a successful build, I moved a script named
get_proof.py
into the build directory and invoked it. Note that my only imports fromget_proof.py
arebut even after a successful build, importing
z3util
fails. The following is the traceback from invokingget_proof.py
:The text was updated successfully, but these errors were encountered: