mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
remove comment that does not align with result
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d125d87aed
commit
aaabbfb594
|
@ -47,7 +47,6 @@ Once all negations are pushed inside, the resulting formula is in NNF.
|
|||
(apply nnf)
|
||||
```
|
||||
|
||||
This would convert the formula (not (or (> x 0) (< x 0))) to (and (<= x 0) (>= x 0)), which is in NNF.
|
||||
|
||||
### Notes
|
||||
|
||||
|
|
Loading…
Reference in a new issue