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
I slightly modified the tutorial example to change the data type from number to symbol, if the base fact edge is imported from a file, the explain will give a Tuple not found result.
souffle -F. -D. -t explain example.dl
Explain is invoked.
Enter command > explain path("2","3")
Tuple not found
Enter command >
I am sure that the edge.facts file is in the correct path and the contents of the edge.facts are
"1" "2"
"2" "3"
Note that, if the base fact is contained in the example.dl, it works fine. And for the number type, no such problem for the imported facts.
I slightly modified the tutorial example to change the data type from number to symbol, if the base fact edge is imported from a file, the explain will give a
Tuple not found
result.I am sure that the
edge.facts
file is in the correct path and the contents of theedge.facts
areNote that, if the base fact is contained in the
example.dl
, it works fine. And for thenumber
type, no such problem for the imported facts.The version info
The text was updated successfully, but these errors were encountered: