From d35206c2b9f0371f93df47ab55dd94b731cfb8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Wed, 20 Nov 2024 11:52:31 +0100 Subject: [PATCH] --chordless option in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a419a6..164fc79 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Usage: ./SOCgen -n [-r ] [--graphviz] [FILTER ...] -c ... that are cyclic (i.e., not DAGs) --no-sink ... without sink nodes (this logically implies -c) --no-source ... without source nodes (also this logically implies -c) + --chordless ... without cycles that have chords (this is incompatible with --no-source, see paper) This program prints the found SOCs as adjacency matrices to stdout, unless --graphviz has been specified. To exclude (some) of the isomorphic SOCs, it uses a degree-order filter, unless --all is specified.