Open mossr opened 1 year ago
Make P == Q shorthand for logical biconditional instead of (P ⟹ Q) ∧ (Q ⟹ P)
P == Q
(P ⟹ Q) ∧ (Q ⟹ P)
How should we handle robustness and approximate robustness for vectored states?
Make
P == Q
shorthand for logical biconditional instead of(P ⟹ Q) ∧ (Q ⟹ P)