-- Check conflict for a pair of atoms
include "Model.csp"
include "compression.csp"

transparent normal

NetworkS = concat(<<(B(Phil.i),A(Phil.i)),(B(Phil.i),A(Phil.i))> | i <-<0..N-1>>
                            <(B(RingCell.i),A(RingCell.i)) | i <- <0..NCELLS-1>>^<(B(Controller.0),A(Controller.0))>

assert InductiveCompress(normal)(NetworkS)(Events) :[deadlock free [F]]
