mirror of
https://github.com/guilhermewerner/paa
synced 2025-06-15 21:14:18 +00:00
New tests
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user