mirror of
https://github.com/boostorg/graph.git
synced 2025-05-11 13:24:01 +00:00
decreasing running time
[SVN r22139]
This commit is contained in:
parent
d755f8f5c3
commit
05888905a8
@ -185,7 +185,7 @@ struct bfs_test
|
||||
int test_main(int argc, char* argv[])
|
||||
{
|
||||
using namespace boost;
|
||||
int max_V = 15;
|
||||
int max_V = 7;
|
||||
if (argc > 1)
|
||||
max_V = atoi(argv[1]);
|
||||
|
||||
|
@ -169,7 +169,7 @@ struct dfs_test
|
||||
|
||||
int test_main(int argc, char* argv[])
|
||||
{
|
||||
int max_V = 15;
|
||||
int max_V = 7;
|
||||
if (argc > 1)
|
||||
max_V = atoi(argv[1]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user