Closed maxitg closed 4 years ago
Is this outdated? I don't see "NodeNamingFunction"
anywhere in the code.
Yes, the option is now called "VertexNamingFunction"
and works correctly:
In[] := WolframModel[<|
"PatternRules" -> {{a_}, {b_}} :> {{f[
x]}}|>, {{10}, {11}}, "FinalState",
"VertexNamingFunction" -> All]
Out[] = {{3}}
Describe the bug
"NodeNamingFunction"
should rename vertices instead of atoms. I.e., the followingshould instead produce
{{3}}
.Version (please complete the following information):