You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried some C programs with LTL property using LTLAutomizerC.xml and LTLAutomizerCInline.xml with jungvisualization plugin. However, the resulting Büchi program is not correctly generated while using LTLAutomizerCInline.xml toolchain, i.e. with Boogie procedureinliner plugin. The never claim automaton states do not appear in any states of the resulting Büchi program, so the LTL property is always satisfied whatever the input program and the property are. This issue is also mentioned in the update of #508. Thanks.
The text was updated successfully, but these errors were encountered:
Probably yes. We want to do something with concurrent C program and LTL simultaneously, which requires the correct Büchi program product. In addition, the product generator seems not to recognize the thread related edges of RCFG. Will this take a lot of work ? Thank you so much.
The problem is, that the product generator ignores everything, that is of the ULTIMATE.start or .init functions. The inliner seems to set these functions for all the statements, that are inlined, thus they are ignored.
The good news is, that we fixed the several errors in the non-inlined ltl checking, so that might solve the problem, just try #566.
I've tried some C programs with LTL property using
LTLAutomizerC.xml
andLTLAutomizerCInline.xml
withjungvisualization
plugin. However, the resulting Büchi program is not correctly generated while usingLTLAutomizerCInline.xml
toolchain, i.e. with Boogieprocedureinliner
plugin. The never claim automaton states do not appear in any states of the resulting Büchi program, so the LTL property is always satisfied whatever the input program and the property are. This issue is also mentioned in the update of #508. Thanks.The text was updated successfully, but these errors were encountered: