Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.04 KB

KnownIssues.md

File metadata and controls

25 lines (18 loc) · 1.04 KB

Known Solver Issues

Princess

  • Princess is recursive and might require a large amount of stack memory. If you experience stack overflows or Princess returns OutOfMemory, try increasing the stack size with the JVM parameter -Xss.
  • Requesting termination via the ShutdownNotifier works only in limited circumstances.

SMTInterpol

  • SMTInterpol does not support multiple concurrent stacks under the same context.
  • With JavaSMT up to 1.0.1, variables and UFs that are used for the first time after a solver stack has been created will be deleted on the next call to pop() and will be invalid afterwards. This will be changed in the next release of JavaSMT such that variable declarations in SMTInterpol work like those in other solvers.

Z3

  • Z3 interpolation procedure might require a large amount of stack memory. If you get segmentation fault on interpolation, try increasing the stack size with the JVM parameter -Xss.