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/README

14 lines
177 B
Plaintext

Pagerank Algorithm in Meld
Example of Iteration and Arithmetic Builtins
Use as follows:
bash> yap
:- use_module(library(meld)).
:- mcompile(pagerank).
:- simulate(g10).