Closed WHITE000CHOCOLATE closed 1 year ago
The problem here is that the large block encoding is enabled. The solution is to disable it.
/instance/de.uni_freiburg.informatik.ultimate.plugins.generator.rcfgbuilder/Size\ of\ a\ code\ block=SequenceOfStatements
trunk/examples/settings/default/automizer/svcomp-Termination-64bit-Automizer_Default.epf
Oh I handle it by loading the default setting file according to the second solution. Thank you so much!!!
Excuse me, I encounter some questions while running the BuchiAutomizer module. I found that in this part of the code, a lasso program may contain an if-branch (encoded as a ParallelComposition). But in the definition of lasso program, if-branches are not allowed. What if I want to focus on such lasso programs that contain only statements executed in strict order, such as assignment statements and assume statements, and does not contain if-branches? Or what can be done with these lasso programs? Thank you very much!