Spinroot

A forum for Spin users

You are not logged in.

#1 Re: Bug Reports » number of inline LTL formulae » 2012-04-19 04:05:30

Yes. We developed and using a tool to auto-generate promela and LTLs from state transition table (state-event matrix).
When the table is large, hundreds of LTLs to check state/transition coverage will be generated.

#2 Bug Reports » number of inline LTL formulae » 2012-04-19 02:25:42

koike
Replies: 3

If I specify more than 255 LTL formulae inside a verification model, 255th and later LTL cannot be checked by 'pan -N'.
I suppose this is because the size of 'spin_c_typ' generated by pangen1.c is 'uchar'.
I edited pan.h to change the size of 'spin_c_typ' to 'uint', 255th and later LTL could be checked.

Board footer

Powered by FluxBB