Dining Philosopher with Host Property Specifications as Never Claims


This page describes the dining philosopher with host properties as Never Claims. For other property specification formalisms, click on the name of the property.


Adjacent Philosophers Not Eating property

never {
  do
    :: phil__1[phil_1_pid]@state_3 & 
       phil__2[phil_2_pid]@state_3 -> goto accept
    :: else -> skip 
  od;
  accept:
    do
      :: skip
    od
}
	

Back to Dining Philosophers with Host

Back to main