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
Vitor Santos Costa c1721df472 Merge branch 'master' of /yap-6.3
Conflicts:
	C/c_interface.c
2011-02-03 11:33:50 +00:00
..
graph0.meld an implementation of the meld language. 2010-11-01 21:29:12 +00:00
graph1.meld an implementation of the meld language. 2010-11-01 21:29:12 +00:00
graph2.meld an implementation of the meld language. 2010-11-01 21:29:12 +00:00
graph3.meld more meld updates. 2010-11-03 00:33:26 +00:00
Makefile.in makefile for meld plaything 2010-11-05 04:19:51 +00:00
maxtemp.meld first attemp at deletion. 2010-11-03 16:16:40 +00:00
meld.yap first attemp at deletion. 2010-11-03 16:16:40 +00:00
meldc.yap first attemp at deletion. 2010-11-03 16:16:40 +00:00
meldi.yap Merge branch 'master' of /yap-6.3 2011-02-03 11:33:50 +00:00
meldp.yap an implementation of the meld language. 2010-11-01 21:29:12 +00:00
meldtd.yap more meld updates. 2010-11-03 00:33:26 +00:00
README makefile for meld plaything 2010-11-05 04:19:51 +00:00

This is a prototype of MELD in Prolog. For a full description,
check:

	A Language for Large Ensembles of Independently Executing
Nodes, Michael P. Ashley-Rollman, Peter Lee, Seth Copen Goldstein,
Padmanabhan Pillai, and Jason D. Campbell. In Proceedings of the
International Conference on Logic Programming (ICLP '09), July, 2009.

	Meld: A Declarative Approach to Programming Ensembles. Michael
P. Ashley-Rollman, Seth Copen Goldstein, Peter Lee, Todd C. Mowry, and
Padmanabhan Pillai. In Proceedings of the IEEE International
Conference on Intelligent Robots and Systems (IROS '07), October,
2007.


Supported:
	- basic semantics
	- aggregates
	- updates

Unsupported:
	- delete
	- distributed execution :)