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

transparent normal

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

assert InductiveCompress(normal)(<Atom(RingCell.i) | i <- <0..NCELLS-1>>^<Atom(Controller.0)>)(Events) :[deadlock free [F]]
