We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd75d8 commit f84ece6Copy full SHA for f84ece6
README.md
@@ -7,6 +7,7 @@ Popper is an [inductive logic programming](https://arxiv.org/pdf/2008.07912.pdf)
7
- [Clingo](https://potassco.org/clingo/) (5.6.2 or above)
8
- [Janus-swi](https://github.com/SWI-Prolog/packages-swipy)
9
- [pysat](https://pysathq.github.io)
10
+- [bitarray](https://github.com/ilanschnell/bitarray)
11
12
#### Installation
13
Install Popper with the command ```pip install git+https://github.com/logic-and-learning-lab/Popper@main```
popper/util.py
@@ -17,7 +17,7 @@ class Literal(NamedTuple):
17
18
clingo.script.enable_python()
19
20
-TIMEOUT=600
+TIMEOUT=1200
21
EVAL_TIMEOUT=0.001
22
MAX_LITERALS=40
23
MAX_SOLUTIONS=1
0 commit comments