Replies: 1 comment
-
The memory manager module handles the interface to memory footprints. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to assert one of the above memory limits on z3, so that I can explore a state space and prune the states that take too much memory to solve. I found that solver can take a max_memory parameter, but it seems to set a per-process memory limit rather than any of the scopes I'm looking for. Is such a thing implemented? Is such a thing compatible with z3's architecture?
Beta Was this translation helpful? Give feedback.
All reactions