Thanks again for releasing this code.
I was wondering if there are any plans to enable it to accept arbitrary strings as node names?
If I have not misunderstood, the following won't work for s in ce.createGraph(s)
s = ['Ab->Qb']
s = ['A_->Q_D']
s = ['0->1']
s = ['_A->Q_']
but it will work with s = ['A_->Q_'] so the behaviour is a little unpredictable.
It would be fantastic if this could handle arbitrary node names. Any plans for this?
Thanks!
M
Thanks again for releasing this code.
I was wondering if there are any plans to enable it to accept arbitrary strings as node names?
If I have not misunderstood, the following won't work for s in
ce.createGraph(s)but it will work with
s = ['A_->Q_']so the behaviour is a little unpredictable.It would be fantastic if this could handle arbitrary node names. Any plans for this?
Thanks!
M