mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6c464f8aec
commit
a76107e50d
2 changed files with 1 additions and 2 deletions
|
@ -7344,7 +7344,6 @@ class Optimize(Z3PPObject):
|
|||
>>> x = Int('x')
|
||||
>>> p3 = Bool('p3')
|
||||
>>> s = Optimize()
|
||||
>>> s.set(unsat_core=True)
|
||||
>>> s.assert_and_track(x > 0, 'p1')
|
||||
>>> s.assert_and_track(x != 1, 'p2')
|
||||
>>> s.assert_and_track(x < 0, p3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue