ルールの実行時にセキュリティを強化したいと考えています。今のところ何も変わりません。事実 (human_resources n) は存在します。
(defglobal ?セキュリティ= 0)
(defrule rule1 (human_resources n) => (defglobal ?セキュリティ= (+ ?セキュリティ1)) )
この結果、?*security = 1: (defglobal ? security = 0) (defglobal ? security = (+ ? security 1))