考慮這個片斷: chan sel = [0] of {int};
active proctype Selector(){
int not_me;
endselector:
do
:: sel ? not_me;
if
:: 0 != not_me -> sel ! 0;
:: 1 != not_me -> sel !
我在旋轉中創建了一個模型。仿真按預期運行。然而,當我嘗試驗證的LTL性質,我得到如下結果: C:/cygwin64/bin/gcc.exe -DMEMLIM=1024 -O2 -DXUSAFE -w -o pan pan.c
./pan -m10000 -a
Pid: 9372
pan:1: VECTORSZ is too small, edit pan.h (at depth 0)
pa