File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,10 +52,9 @@ static void usage()
5252 cout << " -d, --directory Directory with partitions obtianed by other partitioners, "
5353 " we want to run quality metrics against them."
5454 << endl;
55- cout << " -t, --enable-multithreading Enable multithreading during optimization. WARNING: multithreading "
56- " is in experimental stage." << endl;
55+ cout << " -t, --enable-multithreading Enable multithreading during optimization." << endl;
5756 cout << " -i, --initial-partition-strategy Choose a particular initial partition strategy. If this "
58- " flag is disbaled , all strategies will be computed and the best partition will be chosen.\n "
57+ " flag is disabaled , all strategies will be computed and the best partition will be chosen.\n "
5958 " \t Value\t Searching algorithm\t Strategy\t Order\n "
6059 " \t 0\t Depth first search\t Distributive\t preorder\n "
6160 " \t 1\t Depth first search\t Distributive\t postorder\n "
You can’t perform that action at this time.
0 commit comments