Closed sahil1105 closed 5 years ago
Especially important now that we have the ASPRules class (child of str). This would allow us to just pass this in directly. In the run_{clingo,dlv} functions, add a check to see if it's a str, if it is just do a .splitlines() and move on.
Implemented with v0.0.20
Especially important now that we have the ASPRules class (child of str). This would allow us to just pass this in directly. In the run_{clingo,dlv} functions, add a check to see if it's a str, if it is just do a .splitlines() and move on.