> Most of my data structure does not change at all during the search > process. Therefore, I came up with the idea to leave the data > structure outside of the script (in the top-level space) and only put > the variables inside. I only need some linking from the data > structure to the actual variables, because the meaning of these > variables (and their constraints) depends on this data structure.
Maybe you can be interested in the following: (Avoiding Redundant Copying) http://www.mozart-oz.org/documentation/cpitut/node8.html#u_advanced. redundant cheers, Stefano _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
