CSE505/Assignment2/A/data10.lp
2024-03-09 17:30:02 -05:00

191 lines
2.5 KiB
Plaintext

node(a).
path(a, b).
edge(a, b, 13).
path(a, c).
edge(a, c, 12).
path(a, d).
edge(a, d, 10).
path(a, e).
edge(a, e, 13).
path(a, f).
edge(a, f, 13).
path(a, g).
edge(a, g, 18).
path(a, h).
edge(a, h, 3).
path(a, i).
edge(a, i, 3).
path(a, j).
edge(a, j, 12).
node(b).
path(b, a).
edge(b, a, 9).
path(b, c).
edge(b, c, 20).
path(b, d).
edge(b, d, 7).
path(b, e).
edge(b, e, 18).
path(b, f).
edge(b, f, 11).
path(b, g).
edge(b, g, 2).
path(b, h).
edge(b, h, 16).
path(b, i).
edge(b, i, 2).
path(b, j).
edge(b, j, 4).
node(c).
path(c, a).
edge(c, a, 11).
path(c, b).
edge(c, b, 14).
path(c, d).
edge(c, d, 4).
path(c, e).
edge(c, e, 13).
path(c, f).
edge(c, f, 7).
path(c, g).
edge(c, g, 6).
path(c, h).
edge(c, h, 17).
path(c, i).
edge(c, i, 10).
path(c, j).
edge(c, j, 13).
node(d).
path(d, a).
edge(d, a, 18).
path(d, b).
edge(d, b, 12).
path(d, c).
edge(d, c, 15).
path(d, e).
edge(d, e, 7).
path(d, f).
edge(d, f, 19).
path(d, g).
edge(d, g, 20).
path(d, h).
edge(d, h, 4).
path(d, i).
edge(d, i, 12).
path(d, j).
edge(d, j, 14).
node(e).
path(e, a).
edge(e, a, 6).
path(e, b).
edge(e, b, 15).
path(e, c).
edge(e, c, 5).
path(e, d).
edge(e, d, 1).
path(e, f).
edge(e, f, 19).
path(e, g).
edge(e, g, 2).
path(e, h).
edge(e, h, 20).
path(e, i).
edge(e, i, 20).
path(e, j).
edge(e, j, 14).
node(f).
path(f, a).
edge(f, a, 7).
path(f, b).
edge(f, b, 12).
path(f, c).
edge(f, c, 11).
path(f, d).
edge(f, d, 8).
path(f, e).
edge(f, e, 2).
path(f, g).
edge(f, g, 20).
path(f, h).
edge(f, h, 9).
path(f, i).
edge(f, i, 3).
path(f, j).
edge(f, j, 7).
node(g).
path(g, a).
edge(g, a, 7).
path(g, b).
edge(g, b, 14).
path(g, c).
edge(g, c, 15).
path(g, d).
edge(g, d, 7).
path(g, e).
edge(g, e, 18).
path(g, f).
edge(g, f, 16).
path(g, h).
edge(g, h, 8).
path(g, i).
edge(g, i, 3).
path(g, j).
edge(g, j, 14).
node(h).
path(h, a).
edge(h, a, 12).
path(h, b).
edge(h, b, 8).
path(h, c).
edge(h, c, 9).
path(h, d).
edge(h, d, 2).
path(h, e).
edge(h, e, 4).
path(h, f).
edge(h, f, 16).
path(h, g).
edge(h, g, 8).
path(h, i).
edge(h, i, 12).
path(h, j).
edge(h, j, 9).
node(i).
path(i, a).
edge(i, a, 15).
path(i, b).
edge(i, b, 7).
path(i, c).
edge(i, c, 16).
path(i, d).
edge(i, d, 2).
path(i, e).
edge(i, e, 16).
path(i, f).
edge(i, f, 14).
path(i, g).
edge(i, g, 13).
path(i, h).
edge(i, h, 4).
path(i, j).
edge(i, j, 19).
node(j).
path(j, a).
edge(j, a, 11).
path(j, b).
edge(j, b, 11).
path(j, c).
edge(j, c, 16).
path(j, d).
edge(j, d, 14).
path(j, e).
edge(j, e, 20).
path(j, f).
edge(j, f, 11).
path(j, g).
edge(j, g, 3).
path(j, h).
edge(j, h, 15).
path(j, i).
edge(j, i, 17).