About order of arguments in Spacer query #6431
-
I found that when I use |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
An example: https://gist.github.com/panda2134/3f5a2f822bd81f4407407005d672ef5b The |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Usually this means that the model/proof is not properly reconstructed because of pre-processing steps. The most common is inlining. |
Beta Was this translation helpful? Give feedback.
Usually this means that the model/proof is not properly reconstructed because of pre-processing steps. The most common is inlining.
If you disable all inlining (look for
fp.xform.**inline**
options) you should get proofs/cexs without missing predicates.