(deffacts networkStructure ; Liens entre les elements du reseau et type d'elements
(router z)
(router b)
(router c)
(router d)
(router x)
(router y)
(link a b)
(link c b)
(link d c)
(link e d)
(link a z)
(link z d)
(link b x)
(link x y)
(link y e)
)