Skip to content
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

RCFNum constructor fails with _get_ctx error #2441

Closed
mikesol opened this issue Jul 28, 2019 · 1 comment
Closed

RCFNum constructor fails with _get_ctx error #2441

mikesol opened this issue Jul 28, 2019 · 1 comment

Comments

@mikesol
Copy link

mikesol commented Jul 28, 2019

Hi all,

First, thanks so much for your hard work on this amazing tool!

I wanted to try z3rcf but ran into the following issue:

>>> from z3 import *
>>> z3rcf.RCFNum(0)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\MikeSolomon\devel\wall\src\.venv\lib\site-packages\z3\z3rcf.py",
line 60, in __init__
    self.ctx = z3._get_ctx(ctx)
AttributeError: module 'z3' has no attribute '_get_ctx'

Am I doing something wrong here? If this is a bug, I'm happy to dig and propose a PR, but I'm not sure if there's a mistake in my code.

NikolajBjorner added a commit that referenced this issue Jul 28, 2019
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
@NikolajBjorner
Copy link
Contributor

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants