Skip to content

Commit

Permalink
Updated Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Nov 17, 2020
1 parent 2497fc7 commit 0e450c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ The simplest way to compile this package is:

## Changelog

## [2.0] - 2020-11-17
### Added
- Implemented vector graph [**data structures**](https://github.com/CIFASIS/modelicacc/blob/modelicacc-dev/causalize/vg_implementation/vector/vector_graph_definition.h)
- Implemented matching algorithm using vector graph data structures.
- Implemented Tarjan algorithm using vector graph data structures.

## [1.0] - 2020-11-04
### Added
- Implemented first version of flattening algorithm
Expand Down

0 comments on commit 0e450c1

Please sign in to comment.