ltsmin icon indicating copy to clipboard operation
ltsmin copied to clipboard

mcrl2 and state-labels

Open jacopol opened this issue 7 years ago • 0 comments

LTSmin adds guard information as state labels to the LTS, which is fine for internal use. However, these state labels are also exported to ETF (debatable) and GCF (wrong). This blocks generation of aut-files. I.e.: the following is currently not working:

lps2lts-mc abp.lps abp.aut

The work-around is:

lps2lts-mc --procs=1 abp.lps abp.gcf ltsmin-convert --rdwr --filter=action_labels abp.gcf abp.aut

(see the next issue for --procs=1, but I'm keeping these issues separate)

jacopol avatar Oct 03 '18 08:10 jacopol