This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/meld/graph1.meld
2010-11-01 21:29:12 +00:00

11 lines
131 B
Plaintext

root(a).
neighbor(a,b).
neighbor(b,a).
neighbor(a,c).
neighbor(c,a).
temperature(a, 20).
temperature(b, 12).
temperature(c, 15).