Issues in Or-parallelism: Illustration
WS Presentations Main Page
Next: Issues in OR
Up: Document: tut
Previous: Issues in OR
, p(X),
p(X) :- , X=a, , !,
p(X) :- , X=b,
main :- l, s.
:- parallel l/0.
l :- large_work_a.
l :- large_work_b.
:- parallel s/0.
s :- small_work_a.
s :- small_work_b.
Thu Jan 18 11:21:33 MET 1996 <herme@fi.upm.es>-<webmaster@clip.dia.fi.upm.es>