mirror of
https://github.com/boostorg/graph.git
synced 2025-05-11 05:14:01 +00:00
Merge branch 'csr-example' of https://github.com/deinst/graph into develop
Fixed Conflicts: example/Jamfile.v2
This commit is contained in:
commit
338f917cfb
@ -39,6 +39,7 @@ run connected_components.cpp ;
|
||||
run connected-components.cpp ;
|
||||
run container_gen.cpp ;
|
||||
run copy-example.cpp ;
|
||||
run csr-example.cpp ;
|
||||
run cuthill_mckee_ordering.cpp ;
|
||||
run cycle_canceling_example.cpp ;
|
||||
run cycle_ratio_example.cpp ;
|
||||
@ -226,4 +227,3 @@ explicit girth ;
|
||||
# does not compile:
|
||||
#
|
||||
# run bucket_sorter.cpp ;
|
||||
# run csr-example.cpp ;
|
||||
|
@ -66,6 +66,6 @@ int main()
|
||||
dynamic_properties dp;
|
||||
dp.property("label", get(&WebPage::url, g));
|
||||
std::ofstream out("web-graph.dot");
|
||||
write_graphviz(out, g, dp, std::string(), get(vertex_index, g));
|
||||
write_graphviz_dp(out, g, dp, std::string(), get(vertex_index, g));
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user