summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-03-09 18:03:47 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-03-09 18:36:11 +0100
commit0019cae9dc1e9d11aa03bc59681435ba7f21eea8 (patch)
tree133380e4c38d5ed8c4bb62fb4c1daf643ec3be05
parent2b4219423f59e96562fb78cae157ae2a05c7f93a (diff)
Update md/README.
-rw-r--r--matching/README.md26
1 files changed, 9 insertions, 17 deletions
diff --git a/matching/README.md b/matching/README.md
index 3b59250..ac3220e 100644
--- a/matching/README.md
+++ b/matching/README.md
@@ -35,23 +35,15 @@ 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
+> 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.