Recent content by jwill22

  1. J

    Prolog Noob Question

    Sorry about that...here ya go : https://www.dropbox.com/s/z6aqyo7lhzjn6he/cap.PNG
  2. J

    Prolog Noob Question

    http://www.flickr.com/photos/7563768...in/photostream Tried the problem up above but I'm pretty confident I'm wrong. I'm using clingo by the way running from the command prompt. Am I doing this right? vertex(a). vertex(b). vertex(c). vertex(d). vertex(e). edge(a,b). edge(b,a)...