- Fixed
removeVertex
method inMixedGraph.h
- Added comprehensive test suite with each defined unit tests for
GraphMatrix.hpp
- Added CMakeLists.txt for automated compiling of examples.
- Changed file structure moved from
.h
to.hpp
for header files extension - Added
GraphEdge
to inherit custom vertex types such asclass
andstruct
to inherit from. Provides pre built overloads forstd::map
comparison - Fixed duplicated instances of tag structures in
GraphMatrix.h
- Improved File structure
- Added
MatrixRepresentation
class inMatrixRep.hpp
. TheMatrixRepresentation
class serves as a parent for bothGraphMatrix
andMixedGraphMatrix
classes to share common resouces.
- Minor feature updates
- Added versioning