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/examples/pagerank
Vítor Santos Costa 14bdc262df export TermToStream 2011-05-25 13:10:39 +01:00
..
README improve meld emulation to compile pagerank example. 2011-05-08 23:10:52 +01:00
g10.meld improve meld emulation to compile pagerank example. 2011-05-08 23:10:52 +01:00
g100.meld improve meld emulation to compile pagerank example. 2011-05-08 23:10:52 +01:00
l4.meld export TermToStream 2011-05-25 13:10:39 +01:00
pagerank.meld export TermToStream 2011-05-25 13:10:39 +01:00

README

Pagerank Algorithm in Meld
	 Example of Iteration and Arithmetic Builtins

Use as follows:

bash> yap

:- use_module(library(meld)).

:- mcompile(pagerank).

:- simulate(g10).