You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exactly one of `satisability`, `tautology`, `equivalent` (non-null), or `truthTable` (non-null) must be set in `answer` to choose the evaluation mode.
23
+
Exactly one of `satisfiability`, `tautology`, `equivalent` (non-null), or `validTruthTable` (true) must be set in `answer` to choose the evaluation mode.
24
24
25
-
### `truthTable`
25
+
### `validTruthTable`
26
26
27
-
When `answer.truthTable` is not null, uses truth table evaluation (response must include `truthTable` with `variables` and `cells`).
27
+
When `answer.validTruthTable` is true, uses truth table evaluation (response must include `truthTable` with `variables` and `cells`).
28
28
29
29
### `equivalent`
30
30
@@ -34,9 +34,9 @@ When `answer.equivalent` is a string, checks if response formula and that formul
34
34
35
35
When `answer.tautology` is true, checks if response formula is a tautology.
36
36
37
-
### `satisability`
37
+
### `satisfiability`
38
38
39
-
When `answer.satisability` is true, checks if response formula is satisfiable.
39
+
When `answer.satisfiability` is true, checks if response formula is satisfiable.
0 commit comments