We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ticket #182 demonstrated that chain walking for transitive closures is not appropriate. This needs to be done on disk as well.
Check that [? :v ?] works correctly on disk (it was wrong in memory).
[? :v ?]
Update [? :v :v] and [:v :v ?] to use the the [? :v ?] algorithm.
[? :v :v]
[:v :v ?]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ticket #182 demonstrated that chain walking for transitive closures is not appropriate. This needs to be done on disk as well.
Check that
[? :v ?]
works correctly on disk (it was wrong in memory).Update
[? :v :v]
and[:v :v ?]
to use the the[? :v ?]
algorithm.The text was updated successfully, but these errors were encountered: