This commit is contained in:
2023-03-14 15:05:22 +00:00
parent c4ddcd67f4
commit 18af4e5aa8
9 changed files with 68610 additions and 18 deletions
+4
View File
@@ -0,0 +1,4 @@
for i in [-1, 0, 1]:
for j in [-1, 0, 1]:
for k in [-1, 0, 1]:
print(f"{i}, {j}, {k},")
+2
View File
@@ -4,3 +4,5 @@ CMD="$(dirname "$(realpath "$0")")/obtain-executable.bash"
"$CMD" minimal-viable-alteration models/minimal-viable-alteration
"$CMD" stick-probability models/stick-probability
"$CMD" 3d-direct-neighbours models/c-3d-direct-neighbours
"$CMD" 3d-off-axis-neighbours models/c-3d-off-axis-neighbours