summaryrefslogtreecommitdiff
path: root/src/Simplex_tree
AgeCommit message (Expand)Author
2022-11-21Merge branch 'master' into ST-batch-verticesVincent Rouvreau
2022-11-04New function to insert several vertices in a Simplex_treeMarc Glisse
2022-10-16Merge branch 'master' into insertMarc Glisse
2022-09-12self-assignment warning suppressedhschreiber
2022-06-08Merge pull request #616 from VincentRouvreau/doxygen_unbalanced_groupingsVincent Rouvreau
2022-06-03Merge pull request #624 from albert-github/feature/bug_spellVincent Rouvreau
2022-05-24Merge pull request #623 from albert-github/feature/bug_gudhi_exampleVincent Rouvreau
2022-05-23Documentation: handling references to examples in a more transparent wayalbert-github
2022-05-22Spelling correctionsalbert-github
2022-05-20issue #615 Documentation: references to boostalbert-github
2022-05-20Fix unbalanced groups and some doxygen typosVincent Rouvreau
2022-05-17code review: test also the list of all oppposite vertices is the simplex give...Vincent Rouvreau
2022-05-17code review: test also range sizeVincent Rouvreau
2022-04-12doc review: accordingly to the review, replace the other places where it was ...Vincent Rouvreau
2022-04-12code review: Add short cut for contiguous vertices incrementVincent Rouvreau
2022-04-12code review: remove unnecessary test of empty suffix_Vincent Rouvreau
2022-04-12identationVincent Rouvreau
2022-04-12doc review: i is from d to 0Vincent Rouvreau
2022-04-12doc reviewVincent Rouvreau
2022-04-12doc reviewVincent Rouvreau
2022-04-05Boundary and its opposite vertex iterator for the simplex treeVincent Rouvreau
2022-04-01Merge remote-tracking branch 'origin/master' into insertMarc Glisse
2022-03-30Merge remote-tracking branch 'origin/master' into insertMarc Glisse
2022-03-21Add some c++ tests and use unitary_tests_utils. Fix python testVincent Rouvreau
2022-03-21code review: assign_children(new_sib) was happening too lateVincent Rouvreau
2022-03-08Merge master and resolve commitsVincent Rouvreau
2022-02-10Boost 1.66.0 is now the minimal version as required from cgal 5.1 - Also remo...Vincent Rouvreau
2021-09-22Remove bunnyVincentRouvreau
2021-09-22Simplex tree example README was not up to date, and bunny can be removedVincentRouvreau
2021-04-27Doxygen documentation improvementROUVREAU Vincent
2021-04-27This test was forgottenROUVREAU Vincent
2021-04-17Don't qualify calls for the graph conceptMarc Glisse
2020-11-02Merge master and resolve conflictsROUVREAU Vincent
2020-10-05Merge pull request #363 from VincentRouvreau/stree_reset_filtrationVincent Rouvreau
2020-09-28code review: Simplify recursivityROUVREAU Vincent
2020-09-28doc review: improve reset_filtration documentationROUVREAU Vincent
2020-09-08CMake > 3.5 to use Boost targets. Compile only what is available from boost t...ROUVREAU Vincent
2020-08-25Code review: use minimal depth recursively instead of computing dimension on ...ROUVREAU Vincent
2020-08-25Code review: min_dim = 0 as default and some doc reviewROUVREAU Vincent
2020-08-18reset_filtration from a dimension (instead of 'until')ROUVREAU Vincent
2020-08-12code review: add a comment about Simplex_tree_boundary_simplex_iterator defau...ROUVREAU Vincent
2020-07-03A proposal for simplex_tree reset_filtration (python & C++)ROUVREAU Vincent
2020-07-03A fix proposal for boudaries of a simplex python versionROUVREAU Vincent
2020-05-30generalize insert_vertex_vector and make it available to derived classesMarc Glisse
2020-04-17Merge remote-tracking branch 'origin/master' into filtrationMarc Glisse
2020-04-16Merge pull request #260 from VincentRouvreau/alpha_complex_improvementVincent Rouvreau
2020-04-16Fix doc of Simplex_tree about keysMarc Glisse
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-30Merge pull request #215 from MathieuCarriere/extended_persistenceMarc Glisse
2020-03-25update biblioMathieuCarriere