Org-Babel mode to execute Clingo Potassco code within Org-mode
Go to file
Samuel Ortion a616da6a1d feat: Support for `-n` clingo option 2023-08-26 06:50:56 +02:00
LICENSE Initial commit 2023-08-24 19:03:21 +02:00
README.org docs: Add example 2023-08-24 20:11:37 +02:00
ob-pasp.el feat: Support for `-n` clingo option 2023-08-26 06:50:56 +02:00

README.org

ob-pasp

Org-Babel mode to execute Clingo Potassco code within Org-mode

child(C, P) :- parent(P, C).
parent(vader, luke).
#show child/2.
clingo version 5.6.2
Reading from /tmp/babel-kEapMk/clingo-4cyjcS
Solving...
Answer: 1
child(luke,vader)
SATISFIABLE

Models       : 1
Calls        : 1
Time         : 0.000s (Solving: 0.00s 1st Model: 0.00s Unsat: 0.00s)
CPU Time     : 0.000s