Closed sahil1105 closed 5 years ago
To be able to parse the outputs of type:
g(skfire2(a,b,b),out,tc(a,b)) g(skfire2(c,b,b),out,tc(c,b))
i.e. atoms within atoms.
A quick fix might be to just store the output as: ['skfire2(a,b,b)', 'out', 'tc(a,b)'], ['skfire2(c,b,b)', 'out', 'tc(c,b)']
Fixed for Clingo. DLV will follow soon.
Fixed for DLV as well.
To be able to parse the outputs of type:
i.e. atoms within atoms.
A quick fix might be to just store the output as: ['skfire2(a,b,b)', 'out', 'tc(a,b)'], ['skfire2(c,b,b)', 'out', 'tc(c,b)']