Lab Assignment 1

Lab Assignment 1

CS181: Programming Languages Vladimir Vacic, Christos Koufogiannakis University of California, Riverside Lab Assignment 1 1. Given the following graph of possible flights between seven US cities: (graph taken from the web site of the American Mathematical Society, http://www.ams.org) a) Write a Prolog program that would check if there is a route from Fresno to Dallas, from Seattle to Boston, and from Atlanta to Fresno. b) Write a C program that does the same thing. Note: you have to write complete, working programs, run them and show the results. As far as C goes, the choice of data structure to store the relations between cities is yours. Warning: if there are cycles in the graph, Prolog might never find a solution and may never say that there are no solutions. If this happens in your assignment, make a note of that. 2. Given the partial family tree of the gods of the ancient Greeks encoded as a Prolog database: parent(chaos, gaea). parent(gaea, cyclope). parent(gaea, chronos). parent(gaea, coeus). parent(gaea, oceanus). parent(uranus, cyclope). parent(uranus, chronos). parent(uranus, coeus). parent(uranus, oceanus). parent(chronos, hades). parent(chronos, poseidon). parent(chronos, zeus). parent(rhea, hades). parent(rhea, poseidon). parent(rhea, zeus). parent(coeus, leto). parent(phoebe, leto). parent(leto, apollo). parent(leto, artemis). parent(zeus, apollo). parent(zeus, artemis). parent(oceanus, iapetus). parent(tethys, iapetus). parent(hera, ares). parent(zeus, ares). male(chaos). male(cyclope). male(uranus). male(chronos). male(coeus). male(oceanus). male(hades). male(poseidon). male(zeus). male(ares). male(apollo). male(iapetus). female(gaea). female(rhea). female(leto). female(hera). female(phoebe). female(tethys). female(artemis). define rules for the following relationships: a) father b) mother c) child d) son e) daughter f) sibling g) aunt and answer the following questions: h) Father of Ares i) Mother of Apollo j) Children of Uranus k) Son of Zeus l) Daughter of Gaea m) All siblings of Hades n) Who is the aunt of Leto? .

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    3 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us