Dining Philosopher with Fork Manager Property Specifications in CTL


This page describes the dining philosopher with fork manager properties in Computation Tree Logic (CTL). For other property specification formalisms, click on the name of the property.


Adjacent Philosophers Not Eating property
AG ((( phil__1=s3 ) -> !( phil__2=s3 )) &
    (( phil__2=s3 ) -> !( phil__1=s3 ))) 
    

Back to Dining Philosophers with Fork Manager

Back to main