Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Kolin
  • Order by date
  1. Kolin

    print all cycles of the graph, PLS HELP

    I have found a solution https://sites.google.com/site/prologsite/prolog-problems/6 6.03 (*) Cycle from a given node, but I cant put it together. enter formula allCycles([h(f,c),h(g,h),h(f,b),h(k,f),h(h,g)],f,Out). ?
  2. Kolin

    print all cycles of the graph, PLS HELP

    Hello guys, Im way beginner in Proglog therefore Id really appreciate a help with this... The input is a graph which generally is not a tree. Program supposes to print all cycles of the graph for the specified node of the graph, which is the element of the given node. thanx for any response!

Part and Inventory Search

Back
Top