DistributedFactorGraphs.jl
DistributedFactorGraphs.jl copied to clipboard
enhance and test getVariableLabelNumber
see function introduced in #486
perhaps using regex, I prevoiusly used:
julia> match(r"\d+", "x14")
RegexMatch("14")
julia> match(r"\d+", "lm14")
RegexMatch("14")