Wednesday, April 06, 2005

Tree partition implementation (end)

* Learned about typedefs in more detail; an iterator is a pointer so you can know the type it points to; fixed/improved things in the code.

* BGL: learned a lot about subgraphs, the root subgraph MUST be a subgraph. Mailed Boost-users with question about subgraphes

* First attempt at cleaning the code with respect to templates; learned about forward declaring a templated class; many linkers errors encountered, better understanding of tempalte instantiation and compiling

* Completed the first version of tree partitioning, needs testing.

-> pursue work on template compilation models

-> test the tree partition implementation

-> try to render things more generic (changing vecS to listS)

No comments: