summaryrefslogtreecommitdiff
path: root/src/Collapse/example/edge_collapse_basic_example.cpp
AgeCommit message (Collapse)Author
2020-06-26Free function, doc and basic exampleROUVREAU Vincent
2020-06-25Remove interface with boost graphs and use boost transform for data from graphsROUVREAU Vincent
2020-06-23Fix uses of emplace_backMarc Glisse
2020-06-18Code review: Use a flat (u, v, filt) instead of (pair(u, v), filt)ROUVREAU Vincent
2020-06-18Code review: replace push_back with emplace_backROUVREAU Vincent
2020-06-18Code review: rename collapse_edges as remaining_edgesROUVREAU Vincent
2020-06-18code review: graph not hardcoded. Implies ctor from filtered edges to be ↵ROUVREAU Vincent
modified
2020-06-18Code review: rename Flag_complex_sparse_matrix as edge_collapser and ↵ROUVREAU Vincent
filtered_edge_collapse method as process_edges
2020-04-14Some documentation and examplesROUVREAU Vincent