From 0019cae9dc1e9d11aa03bc59681435ba7f21eea8 Mon Sep 17 00:00:00 2001 From: Arnur Nigmetov Date: Mon, 9 Mar 2020 18:03:47 +0100 Subject: Update md/README. --- matching/README.md | 26 +++++++++----------------- 1 file 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. -- cgit v1.2.3