--chordless option in readme

This commit is contained in:
Ämin Baumeler 2024-11-20 11:52:31 +01:00
parent 1922396b71
commit d35206c2b9

View File

@ -43,6 +43,7 @@ Usage: ./SOCgen -n <order> [-r <num>] [--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.