You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your great work. But I have a question.
To reconstruct the whole graph , I try to use dot output .dt file , but it seems that this format loss the final value.
For example:
ban => b/1 + a/109 + n/306 which is not true , when compared to the dumped format.
Because dumped format has a final state value, like:
State: 785381 (0xbfbe5) final (2887)
So, why .dt format loss the last value(2887)?
The text was updated successfully, but these errors were encountered:
Thank you for your great work. But I have a question.
To reconstruct the whole graph , I try to use dot output .dt file , but it seems that this format loss the final value.
For example:
ban => b/1 + a/109 + n/306 which is not true , when compared to the dumped format.
Because dumped format has a final state value, like:
State: 785381 (0xbfbe5) final (2887)
So, why .dt format loss the last value(2887)?
The text was updated successfully, but these errors were encountered: