mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue