-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solver hangs when using Python External Atom Function #16
Comments
Dear Bruno! The program did not really get stuck, it just takes much longer with the I did not analyze the reason in detail, but we changed several default Best regards, 2015-06-22 17:03 GMT+02:00 Bruno Bierbaumer [email protected]:
|
Hi Christoph, I think you are right that the solver just takes a long time to solve this program. Thanks again, |
Hello!
When I run this hex program (example.hex):
Together with this python plugin (example.py):
I run the example with
dlvhex2 --pythonplugin=example.py example.hex
dlvhex 2.4.0 gives me this output:
The current version on GitHub (0ba9943) hangs with this output:
Both binaries were compiled with
PYTHON_BIN=python2.7 ./configure
on a computer running Ubuntu 14.04.2 LTS.I am not sure if I am using the Python Plugin Framwork right or if there is an issue with dlvhex.
Any help would be very appreciated!
Greetings
Bruno
The text was updated successfully, but these errors were encountered: