- Implemented SBGraphs data structures and helper clases, for details see graph definition
- Implemented new flatter algorithm based on SBGraphs
- Implemented vector graph data structures
- Implemented matching algorithm using vector graph data structures.
- Implemented Tarjan algorithm using vector graph data structures.
- Implemented first version of flattening algorithm
- Implemented Tarjan algorithm
- Implemented causalization algorithm