Skip to content

Commit

Permalink
remove comment that does not align with result
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Dec 6, 2022
1 parent d125d87 commit aaabbfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tactic/core/nnf_tactic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaabbfb

Please sign in to comment.