mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
Fix typos in examples.
This commit is contained in:
parent
ec5b148ecc
commit
0edd587e5a
9 changed files with 12 additions and 12 deletions
|
@ -118,11 +118,11 @@ class MSSSolver:
|
|||
|
||||
# Given a current satisfiable state
|
||||
# Extract an MSS, and ensure that currently
|
||||
# encoutered cores are avoided in next iterations
|
||||
# encountered cores are avoided in next iterations
|
||||
# by weakening the set of literals that are
|
||||
# examined in next iterations.
|
||||
# Strengthen the solver state by enforcing that
|
||||
# an element from the MCS is encoutered.
|
||||
# an element from the MCS is encountered.
|
||||
|
||||
def grow(self):
|
||||
self.mss = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue