-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdeontic-problems.lisp
52 lines (44 loc) · 1.27 KB
/
deontic-problems.lisp
1
;;; Legal reasoning problems(in-package "OSCAR")(setq *problems* (eval-when (:compile-toplevel :execute) (make-problem-list "Problem #1(Forb A) entails (Perm ~A)Given premises: (Forb A) justification = 1.0Ultimate epistemic interests: (Perm ~A) interest = 1.0Problem #2Permission Does Not Entail FacultativenessGiven premises: (Perm A) justification = 1.0Ultimate epistemic interests: (Fault A) interest = 1.0Problem #3Facultativeness Entail PermissionGiven premises: (Fault A) justification = 1.0Ultimate epistemic interests: (Perm A) interest = 1.0Problem #4OG-obligation generic-makingGiven premises: (A -> B) justification = 1.0 (Obl A) justification = 1.0Ultimate epistemic interests: (Obl B) interest = 1.0Problem #5The Definition of PermissionGiven premises:Ultimate epistemic interests: (all A)((Perm (Does A)) <-> ~(Forb (Does A))) interest = 1.0Problem #6The Alternative Definition of PermissionGiven premises:Ultimate epistemic interests: (all A)((Perm (Does A)) <-> ~(Obl ~(Does A))) interest = 1.0")))(setq *comparison-log* '(OSCAR_3.31 0.23 0.23 10 0.95 ((6 1 10 12) (5 3 8 10) (4 1 0 8) (3 0 3 3) (2 2 0 19) (1 1 3 4))))