mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix typo (#6569)
This commit is contained in:
parent
cb72b962d1
commit
be44ace995
1 changed files with 1 additions and 1 deletions
|
@ -9072,7 +9072,7 @@ def PbGe(args, k):
|
|||
|
||||
|
||||
def PbEq(args, k, ctx=None):
|
||||
"""Create a Pseudo-Boolean inequality k constraint.
|
||||
"""Create a Pseudo-Boolean equality k constraint.
|
||||
|
||||
>>> a, b, c = Bools('a b c')
|
||||
>>> f = PbEq(((a,1),(b,3),(c,2)), 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue