]> Repositorios git - scryer-prolog.git/commitdiff
DOC: teletype font for reification
authorMarkus Triska <[email protected]>
Fri, 3 Feb 2023 19:44:11 +0000 (20:44 +0100)
committerMarkus Triska <[email protected]>
Fri, 3 Feb 2023 19:47:08 +0000 (20:47 +0100)
src/lib/clpz.pl

index 0e860bf3a838167458265bfbbafdff9bb4698bb2..5823aa42ec9fb46b0275e6a65315814cd78d40d6 100644 (file)
@@ -895,13 +895,13 @@ their truth values into Boolean values represented by the integers 0
 and 1. Let P and Q denote reifiable constraints or Boolean variables,
 then:
 
-| #\ Q      | True iff Q is false                  |
-| P #\/ Q   | True iff either P or Q               |
-| P #/\ Q   | True iff both P and Q                |
-| P #\ Q    | True iff either P or Q, but not both |
-| P #<==> Q | True iff P and Q are equivalent      |
-| P #==> Q  | True iff P implies Q                 |
-| P #<== Q  | True iff Q implies P                 |
+| `#\ Q`      | True iff Q is false                  |
+| `P #\/ Q`   | True iff either P or Q               |
+| `P #/\ Q`   | True iff both P and Q                |
+| `P #\ Q`    | True iff either P or Q, but not both |
+| `P #<==> Q` | True iff P and Q are equivalent      |
+| `P #==> Q`  | True iff P implies Q                 |
+| `P #<== Q`  | True iff Q implies P                 |
 
 The constraints of this table are reifiable as well.