Wednesday, April 06, 2005

Template compilation, test of Tree Partitioning

* lots of things learned about template compilation. GCC is not yet optimal for this; one way out of the problem would be to implicitely instantiate the templates...

* C++ : learned about the for loops (seems funny to write that!!), and of the difference between ++i and i++. ++i is preferred.

* Tested and fixed lots of bugs about the tree partitioning. Much work still needs to be done

* Made make_random_graph generic

-> finish testing the tree partition, and make some generic changes

No comments: