Mecanism to isolate stopped island in topology
This commit is contained in:
parent
56a72c2ff1
commit
cf93d6aeb4
5 changed files with 32 additions and 37 deletions
|
|
@ -57,13 +57,6 @@ public:
|
|||
{
|
||||
rightAssociation[a] = b;
|
||||
leftAssociation[b] = a;
|
||||
|
||||
std::cout << "DUMP" << std::endl;
|
||||
for(auto i : rightAssociation)
|
||||
std::cout << i.first << "------" << i.second << std::endl;
|
||||
for(auto i : leftAssociation)
|
||||
std::cout << i.first << "------" << i.second << std::endl;
|
||||
std::cout << "END DUMP" << std::endl;
|
||||
}
|
||||
|
||||
std::map<A,B> getRight() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue