Joe
Results
2
issues of
Joe
This PR changes the implementation of the TransitivePath class. Previously it used DFS to compute the transitive hull. The new implementation uses sparse, boolean matrices instead. The matrix object and...
This PR will add a feature for performing path-search in Qlever. It can be called via Federated Query. Currently, there are two different algorithms for computing paths: one for the...