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 am trying to replicate but so far I get the expected result. What I did:
Copy your code into the rcheck editor
Click "Build Model"
Move to the Model Checker tab, select IC3, and click Start. Result:
Move back to the editor and swap the order of the specs as follows:
SPEC \/ k : Client . F <sender=k & MSG=complete>true & /\ j:Client . F(j-mLink != empty);
SPEC G (<sender=manager & MSG=request>true -> /\ k : Machine. [sender=manager]k-cLink=c);
Click "Build model" again (hit Yes when rcheck warns that the model checking results will be reset)
Go to the model checker tab again and select IC3, then click Start. Result:
Are you doing things in a different way? There may be cases where the internal state of the tool is not correctly updated leading to incorrect results.
I am doing the same thing, but this is normal. From computer to computer, the delay is different, and it seems we cannot rely on parallel evaluation. Keep this open and we will talk about it next time.
Okay, in the meantime I added a command-line option -t to set the number of threads used for model checking. The default is still to use one thread per logical CPU, but one can force to use a single thread with
java -jar ./target/rcheck-0.1.jar -g -t1
(This is on the develop-interpreter branch at the moment)
The text was updated successfully, but these errors were encountered: