summaryrefslogtreecommitdiff
path: root/src/Simplex_tree
AgeCommit message (Expand)Author
2017-12-02Copy insert_simplex_and_subfaces from the gforge TODO, updated to set the dim...glisse
2017-12-02Cleanup checks in Simplex_treeglisse
2017-12-02Use contiguous_vertices also for the boundary of segments.glisse
2017-11-24Merge ST-doc-simplex branchvrouvrea
2017-11-22Merge last trunk modificationsvrouvrea
2017-11-22Merge graph_expansion_blocker fix from cech_complex branchvrouvrea
2017-11-22Merge last trunk modificationsvrouvrea
2017-11-20Copy the doc from FilteredComplex::simplex to the Simplex_tree.glisse
2017-11-20Add upper_bound_dimension and associated documentation for automatic dimensio...vrouvrea
2017-11-16Add missing includescjamin
2017-11-06Doc review : dimension() method documentation can not mention lower_upper_bou...vrouvrea
2017-11-06doc review : upper_bond_dimension to be replaced with upper_bound_dimensionvrouvrea
2017-10-26Merge last trunk modificationsvrouvrea
2017-10-26Code review: downgrade_dimension renamed lower_upper_bound_dimension and make...vrouvrea
2017-10-20Use simplices iterator instead of skeleton iteratorvrouvrea
2017-10-20Code review : rename automatic_dimension_set with downgrade_dimensionvrouvrea
2017-10-20Doc review: remove_maximal_simplex about automatic_dimension_set mechanism wa...vrouvrea
2017-10-19Code review : remove template specification for std::maxvrouvrea
2017-10-05Doc review : automatic_dimension_set return documentation was not clearvrouvrea
2017-10-05Doc review : prune_above_filtration about automatic_dimension_set mechanism w...vrouvrea
2017-10-05Merge the branch graph_expansion_with_blocker_oracle for the Simplex_treevrouvrea
2017-10-05Doc review : fix find_child explanationvrouvrea
2017-09-27Replace INFINITY with std::numeric_limits<Filtration_value>::infinity()vrouvrea
2017-09-26Doc review : Simplex tree remove maximal simplex is an implementatino detail ...vrouvrea
2017-09-22Remove global filtration attribute of te simplex tree (including getter and s...vrouvrea
2017-09-22Remove automatic_dimension_set call from remove and prune functionsvrouvrea
2017-09-21Remove set_dimension from examplesvrouvrea
2017-09-21Add some comments for readabilityvrouvrea
2017-09-20Roll back simplex tree set_filtration modification (assign_filtration asserts...vrouvrea
2017-09-20Separate and improve simplex tree iostream operators to test automatic dimens...vrouvrea
2017-09-20Add tests limitsvrouvrea
2017-09-20Merge modifications for simplex_tree automatic dimension setvrouvrea
2017-09-11Doc review: bad doc review fixvrouvrea
2017-09-11Doc review: rephrasevrouvrea
2017-09-11Code review: remove reference and explicit type (instead of auto)vrouvrea
2017-09-11Code review: constify find_child and for instead of while loopvrouvrea
2017-08-30Code review better use a break to end loop when we know it is not needed to b...vrouvrea
2017-08-25Code review : dimension_ is now set on the flyvrouvrea
2017-08-25Code review : no need to clear intersectionvrouvrea
2017-08-25Code review : find_child implementation improvementvrouvrea
2017-08-25Doc review : expansion_with_blockers docvrouvrea
2017-08-25Code review : use boost::adaptors::reverse(intersection) instead of std::reversevrouvrea
2017-07-06Uused variablevrouvrea
2017-07-06Merge last trunk modificationsvrouvrea
2017-07-06Doc example additionvrouvrea
2017-07-05Checkin tests and fixesvrouvrea
2017-07-05Fix default filtration value given by the graph_expansion method with blockervrouvrea
2017-07-01Example of blocker and Cech Complex implementationvrouvrea
2017-06-29First working version of expansion insertion (different from rips expansion).vrouvrea
2017-06-26A test of Cech complex with oracle blockervrouvrea