summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-03-09 18:01:59 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-03-09 18:01:59 +0100
commit2b4219423f59e96562fb78cae157ae2a05c7f93a (patch)
tree7c303d545b033e4097ae466fd34b60b7376e7e0e
parent3ac3f59da29cb09a54629b5b376d1c14ea45db98 (diff)
Update md/README.
-rw-r--r--matching/README.md8
1 files changed, 8 insertions, 0 deletions
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.