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

Organization of Output to the Console #129

Open mlesnick opened 6 years ago

mlesnick commented 6 years ago

Currently, the bigraded Betti numbers and Hilbert function are both printed together when rivet_console is run with the option --betti.

IMO this is not great design: It should be possible to print the Hilbert function on its own, and it seems weird to name the argument "--betti" if the Hilbert function is being printed as well.

Also, it should be possible to print the Betti numbers, Hilbert function, and minimal presentation in a single computation.