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
With clingo you can use the --outf=2 argument to generate JSON output, and the --clingo-help of asprin states that it can be used as well. However, by using it you get a RuntimeError from clingo.Controller in Asprin. __get_control .
I guess that outf argument is not supported by the clingo Python API. I guess that --clingo-help should mention only the options that can be used.
Is there any way to get JSON output from asprin?
The text was updated successfully, but these errors were encountered:
With clingo you can use the
--outf=2
argument to generate JSON output, and the--clingo-help
of asprin states that it can be used as well. However, by using it you get aRuntimeError
fromclingo.Controller
inAsprin. __get_control
.I guess that
outf
argument is not supported by the clingo Python API. I guess that--clingo-help
should mention only the options that can be used.Is there any way to get JSON output from asprin?
The text was updated successfully, but these errors were encountered: