Can now read back a superstructure written to a file.
This commit is contained in:
parent
733bc7768d
commit
a0b2b93f6b
1
resources/200x200/superstructure-raw-20240410.edn
Normal file
1
resources/200x200/superstructure-raw-20240410.edn
Normal file
File diff suppressed because one or more lines are too long
237137
resources/iom/superstructure_20140412.edn
Normal file
237137
resources/iom/superstructure_20140412.edn
Normal file
File diff suppressed because it is too large
Load diff
|
@ -28,8 +28,8 @@
|
||||||
:else
|
:else
|
||||||
(throw (IllegalArgumentException.
|
(throw (IllegalArgumentException.
|
||||||
(truncate (str "Not a vertex: " (or o "nil")) 80))))
|
(truncate (str "Not a vertex: " (or o "nil")) 80))))
|
||||||
"."
|
#"\p{Punct}"
|
||||||
"-")))
|
"_")))
|
||||||
|
|
||||||
(defn vertex?
|
(defn vertex?
|
||||||
"True if `o` satisfies the conditions for a vertex. That is, essentially,
|
"True if `o` satisfies the conditions for a vertex. That is, essentially,
|
||||||
|
|
Loading…
Reference in a new issue