branch | status |
---|---|
main | |
dev |
The script detects the simplicial complex closure properties from STDIN. Outputs labeling if property is detected. See exit codes below.
-
Compile and set permissions
wget https://raw.githubusercontent.com/martapavelka/scpc/dev/scpc.ipynb jupyter nbconvert --to python scpc.ipynb chmod +x scpc.py
-
Run the script, e.g.
echo "1 2 3 4 5 6 7 8 9" | ./scpc.py --property under-closed
0
Property detected1
Unexpected exception2
Invalid usage3
Does not have property