summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/test/simplex_tree_unit_test.cpp
AgeCommit message (Expand)Author
2022-11-04New function to insert several vertices in a Simplex_treeMarc Glisse
2022-05-22Spelling correctionsalbert-github
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-12identationVincent Rouvreau
2022-04-05Boundary and its opposite vertex iterator for the simplex treeVincent Rouvreau
2020-08-18reset_filtration from a dimension (instead of 'until')ROUVREAU Vincent
2020-07-03A proposal for simplex_tree reset_filtration (python & C++)ROUVREAU Vincent
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-17Merge pull request #242 from mglisse/genripsMarc Glisse
2020-03-06Generators for simplex treeMarc Glisse
2020-03-05Add some tests and documentation for NaN management in make_filtration_non_de...ROUVREAU Vincent
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-02-14Fix of duplicated vertices in list.vrouvrea
2019-01-18Add setS test for adjacency_list verticesvrouvrea
2019-01-17adjacency lists can be directed, undirected or bidirectional for Simplex tree...vrouvrea
2017-12-17Fix graph insertion.glisse
2017-10-26Merge last trunk modificationsvrouvrea
2017-09-22Remove global filtration attribute of te simplex tree (including getter and s...vrouvrea
2017-09-20Separate and improve simplex tree iostream operators to test automatic dimens...vrouvrea
2017-09-20Merge modifications for simplex_tree automatic dimension setvrouvrea
2016-09-30Fix compilation issuesvrouvrea
2016-09-15Fix cpplint and warningsvrouvrea
2016-03-23prune_above_filtration returns filtration vector modification information ins...vrouvrea
2016-03-14Remove Options::store_filtration check is true in prune_above_filtration func...vrouvrea
2016-03-14No more use of threshold_ for prune_above_filtration because threshold may be...vrouvrea
2016-01-19make_filtration_non_decreasing fixvrouvrea
2016-01-15make_filtration_non_decreasing fix.vrouvrea
2016-01-12Backmerge of last trunk modificationsvrouvrea
2016-01-12Fix alpha complex remarks and bugsvrouvrea
2015-12-11Commit code and doc reviewvrouvrea
2015-11-09Specific test for non-contiguous vertices.glisse
2015-11-09Change SimplexTreeUT so it can test several versions of Simplex_tree.glisse
2015-11-09New Simplex_tree_options_fast_persistence, while Simplex_tree_options_full_fe...glisse
2015-10-13Backmerge from trunkvrouvrea
2015-10-08cpplint fixes on Contraction + warning fixes + Hide Hasse complex for Gudhi v...vrouvrea
2015-10-02Doxygen to be made from user version. Hypergenerator fix. Add definitions for...vrouvrea
2015-10-02Backmerge of trunkvrouvrea
2015-09-14Roll back of "included" in boost test inclusion filesvrouvrea
2015-09-10operator==vrouvrea
2015-09-09Issue fix for operator==. Replaced by is_equal function (constify is required...vrouvrea
2015-09-04Peer review fixvrouvrea
2015-09-01order was not correct in rec_insert_simplex_and_subfaces. + UT fix according ...vrouvrea
2015-08-24Fixanmoreau
2015-08-24fixanmoreau
2015-08-19num_simplices computation instead of increment/set methods.vrouvrea
2015-08-18Multiple fixesanmoreau
2015-08-05several fixesanmoreau
2015-07-11More static/const on member functions in Simplex_tree.glisse