Railway circuit: Difference between revisions

m
(Added vector reversal to equivalence logic, graphic display)
Line 801:
"""
function allvalidcircuits(N; verbose = false, straight = false, reversals = true, graphic = true)
 
Count the complete circuits by their equivalence groups. Show the unique highest sorting vectors
from each equivalence group if verbose. Use 30 degree curved track if straight is false, otherwise
straight track. Allow reversed circuits if otherwise in another grouup if reversals is false,
otherwise do not consider reversed order vectors unique. Show graphic representation of the unique
paths if graphic is true.
"""
function allvalidcircuits(N; verbose = false, straight = false, reversals = false, graphic = false)
4,105

edits