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

z3rlimit behaving differently in ide mode v.s. command line mode? #3660

Open
LukeXuan opened this issue Jan 8, 2025 · 0 comments
Open

z3rlimit behaving differently in ide mode v.s. command line mode? #3660

LukeXuan opened this issue Jan 8, 2025 · 0 comments

Comments

@LukeXuan
Copy link
Contributor

LukeXuan commented Jan 8, 2025

I have a file which adjusts z3rlimit inline with the following macro

#push-options "--z3rlimit 10"

For some reason, this enables Z3 to solve a lemma in emacs (--ide mode). However, the following command line failed,

/.../fstar.exe file.fst --smt /.../z3 --include /.../lib --already_cached \* --cache_checked_modules --ext context_pruning

I made sure the emacs sub-process is invoked with the same arguments (except for --ide). Is there any insight into why this happens? I can easily fix the problem by increasing the limit to 20, but it's bothering me not knowing the culprit.

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

1 participant