Skip to content

Commit f84ece6

Browse files
committed
tweak readme and default timeout
1 parent 9fd75d8 commit f84ece6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Popper is an [inductive logic programming](https://arxiv.org/pdf/2008.07912.pdf)
77
- [Clingo](https://potassco.org/clingo/) (5.6.2 or above)
88
- [Janus-swi](https://github.com/SWI-Prolog/packages-swipy)
99
- [pysat](https://pysathq.github.io)
10+
- [bitarray](https://github.com/ilanschnell/bitarray)
1011

1112
#### Installation
1213
Install Popper with the command ```pip install git+https://github.com/logic-and-learning-lab/Popper@main```

popper/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Literal(NamedTuple):
1717

1818
clingo.script.enable_python()
1919

20-
TIMEOUT=600
20+
TIMEOUT=1200
2121
EVAL_TIMEOUT=0.001
2222
MAX_LITERALS=40
2323
MAX_SOLUTIONS=1

0 commit comments

Comments
 (0)