mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 22:53:24 +00:00
Fix typos in examples.
This commit is contained in:
parent
ec5b148ecc
commit
0edd587e5a
9 changed files with 12 additions and 12 deletions
|
@ -74,7 +74,7 @@ class RC2:
|
|||
def get_cost(self):
|
||||
return sum(self.Ws0[c] for c in self.Ws0 if not tt(self.solver, c))
|
||||
|
||||
# Retrieve independendent cores from Ws
|
||||
# Retrieve independent cores from Ws
|
||||
def get_cores(self, Ws):
|
||||
cores = []
|
||||
while unsat == self.check(Ws):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue