rivetTDA / rivet

RIVET is a tool for Topological Data Analysis, in particular two-parameter persistent homology.
GNU General Public License v3.0
73 stars 24 forks source link

Separate Betti computation from arrangement computation #102

Open mlwright84 opened 7 years ago

mlwright84 commented 7 years ago

Restructure the code so that computing the Betti numbers and building the arrangement are two steps that are called independently. Currently, if the user selects the --betti option, then we have to quit the computation of the arrangement (see console.cpp line 422), which is inelegant.

mlesnick commented 3 years ago

This should perhaps be addressed as part of a larger revision to improve output handling, e.g., to address issue #158.