New tests

This commit is contained in:
Guilherme Werner
2023-06-18 20:26:07 -03:00
parent 597990c972
commit 8198093375
5 changed files with 175 additions and 15 deletions

View File

@ -87,6 +87,8 @@ public:
Graph *ToTransitiveClosure();
void TransitiveReduction();
public:
static vector<vector<int>> MultiplyIncidenceMatrix(const vector<vector<int>> &matrix1, const vector<vector<int>> &matrix2)
{