Skip to content
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

Xclingo trace for deontic conditionals #6

Open
ovidiomanteiga opened this issue Jun 15, 2024 · 0 comments
Open

Xclingo trace for deontic conditionals #6

ovidiomanteiga opened this issue Jun 15, 2024 · 0 comments

Comments

@ovidiomanteiga
Copy link
Owner

If in a deontic logic program an Xclingo trace is added to a deontic conditional like &obligatory{a |b}, it will only apply to the first of the two translated rules (the factual detachment), but it should apply to the two of them, potentially with slightly different texts. Example:

%!trace_rule {"It ought to be that if Jones goes, then he tells them he is coming."}
&obligatory{jones_tells | jones_goes}.

Translated program:

%!trace_rule {"It ought to be that if Jones goes, then he tells them he is coming."}
deolingo_obligatory{jones_tells} :- jones_goes.
deolingo_obligatory{jones_tells} :- deolingo_non_violated_obligation{jones_goes}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant