Add files via upload

This commit is contained in:
PKU-ZLR 2020-02-25 11:37:29 +08:00 committed by GitHub
parent 74a3018d86
commit 534fb1c758
1 changed files with 4 additions and 4 deletions

View File

@ -348,7 +348,7 @@ int main(int argc, char *argv[]) {
} }
//cout << c.graph[now]->mindep << endl; //cout << c.graph[now]->mindep << endl;
} }
for (string nw : Top) { /*for (string nw : Top) {
vis.clear(); vis.clear();
c.graph[nw]->Area = DFS(c, nw); c.graph[nw]->Area = DFS(c, nw);
} }
@ -419,7 +419,7 @@ int main(int argc, char *argv[]) {
} }
//printf("\n"); //printf("\n");
c.graph[now]->Fcut = Ct[0]; c.graph[now]->Fcut = Ct[0];
} }*/
/*counter.clear(); /*counter.clear();
@ -428,7 +428,7 @@ int main(int argc, char *argv[]) {
counter[st]++; counter[st]++;
}*/ }*/
for (string now : Top) { /*for (string now : Top) {
vector<Cut> Ct; vector<Cut> Ct;
if (c.graph[now]->pre.size() == 0) { if (c.graph[now]->pre.size() == 0) {
//c.graph[now]->AreaFlow = 1.0 / counter[now]; //c.graph[now]->AreaFlow = 1.0 / counter[now];
@ -490,7 +490,7 @@ int main(int argc, char *argv[]) {
c.graph[now]->Fcut = Ct[0]; c.graph[now]->Fcut = Ct[0];
for (string ss : Ct[0].names) for (string ss : Ct[0].names)
counter[ss]++; counter[ss]++;
} }*/
pair<int, int> single = Output(c); pair<int, int> single = Output(c);
pair<int, int> dual = Output2(c); pair<int, int> dual = Output2(c);