Skip to content

Commit

Permalink
enable interactive example
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Mar 25, 2023
1 parent 50bd6ef commit 9ca0faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tactic/core/eliminate_predicates_tactic.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resolution.
the predicate `p` occurs once positively. All negative occurrences of `p` are resolved against this positive occurrence.
The result of resolution is a set of equalities between arguments to `p`. The function `f` is replaced by a partial solution.
```
```z3
(declare-fun f (Int Int Int) Int)
(declare-fun p (Int) Bool)
(declare-const a Int)
Expand Down

0 comments on commit 9ca0faa

Please sign in to comment.