On 31.05.2006, at 23:18, George Rudolph wrote:
I want a convenient way to refer to each of the blocks, so that I can specify constraints such as "block 1 > block 2". I also want to be able to specify constraints WRT to individual elements either within the same block, or in different blocks.
You can define some data structure for your objects where variables are attributes of this data structure. You may then constrain these variables, e.g., by some interface procedures of this data abstraction. In fact, you can apply arbitrary control structures to traverse your data structure and apply constraints to variables at its attributes.
Hope this helps (I didn't fully understood your CSP definition...). Best, Torsten -- Torsten Anders Sonic Arts Research Centre • Queen's University Belfast Frankstr. 49 • D-50996 Köln Tel: +49-221-3980750 www.torsten-anders.de strasheela.sourceforge.net _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
