Hello, I am working on an implementation of graph variables. In our design, each constraint variable use some data structures allocated outside the gecode heap. Is it possible to report the complete memory used by those variables as part as the search engine statistics?. I can add an extra method to the variable implementation that returns the memory allocated by all its data structures but how can i make the space "aware" of such method?
Thanks in advance. -- Gustavo Gutierrez
_______________________________________________ Gecode users mailing list [EMAIL PROTECTED] https://www.gecode.org/mailman/listinfo/gecode-users
