| 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
0Property detected1Unexpected exception2Invalid usage3Does not have property