From 2b4219423f59e96562fb78cae157ae2a05c7f93a Mon Sep 17 00:00:00 2001 From: Arnur Nigmetov Date: Mon, 9 Mar 2020 18:01:59 +0100 Subject: Update md/README. --- matching/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/matching/README.md b/matching/README.md index fc97441..3b59250 100644 --- a/matching/README.md +++ b/matching/README.md @@ -36,13 +36,21 @@ Files file1 and file2 must contain 1-critical bi-filtrations in a plain text for For example, the bi-filtration of a segment with vertices appearing at (0,0) and the 1-segment appearing at (3,4) shall be written as: > bifiltration_phat_like +> > 3 +> > \# lines starting with \# are ignored +> > \# vertex A has dimension 0, hence no boundary, its index is 0 +> > 0 0 0 +> > \# vertex B has index 1 +> > 0 0 0 +> > \# 1-dimensional simplex {A, B} +> > 1 3 4 0 1 2. To use from your code. -- cgit v1.2.3