Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
論理ステートメントがある場合: If (A or C) and (B or D) then E. これをプロローグ ルールに変換するにはどうすればよいですか?
E :- (A;C),(B;D) のようなブラケットを使用してグループ化できますか。