Obtaining the computed patterns for quantifiers from the API #6839
-
Hello all, Is it possible to obtain the automatically computed patterns for quantifiers from the C API? I am creating formulas via the API and would like to be able to print the computed quantifier patterns to the user of my tool for debugging. Thanks for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There isn't a self-contained way to get these patterns.
|
Beta Was this translation helpful? Give feedback.
There isn't a self-contained way to get these patterns.
They get compiled within the solvers. You can retrieve assertions after a solver has run for a little while (set max-conflicts to bound time in search).