pyDatalog icon indicating copy to clipboard operation
pyDatalog copied to clipboard

a datalog implementation in Python

Results 19 pyDatalog issues
Sort by recently updated
recently updated
newest added

Please see [my stack overflow question](https://stackoverflow.com/questions/45831527/why-is-pydatalog-not-terminating) for full details. This hang seems to be a bug.

Added an example of a crossword-like example. It works but I am also happy to hear comments and feedback how to improve my code. I am a beginner when it...

In 0.17.0 the negation of conjunction does not work. Query ``` (A==1) & (B==2) & ~((A==1) & (A==1)) ``` should have no solution, however, pyDatalog finds solution `[(1,2)]`. I have...

I have a rule that fires if a fact exists, so A(X,Y)

https://bitbucket.org/pcarbonn/pipwin/downloads/pip-Win_1.7.exe is being flagged by Symantec endpoint protection Any Ideas?

The following program answers X=0, which is not correct because P[0] is 1. ``` python pyDatalog.create_terms("X,Y,p") (p[X]==0)

Hello, I am a beginner. When I reproduced the code in the [`expamles`](https://github.com/pcarbonn/pyDatalog/tree/master/pyDatalog/examples) directory, I encountered such a problem. I copied exactly the code in the [`SQLAlchemy.py`](https://github.com/pcarbonn/pyDatalog/blob/master/pyDatalog/examples/SQLAlchemy.py) but this is...

Hi, sorry for the subjective commentary, but i was assigned in one of my classes to work with this library and i must admit that in the many years I've...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies