3
0
Fork 0
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:
Bruce Mitchener 2019-08-15 11:39:44 +07:00 committed by Nikolaj Bjorner
parent ec5b148ecc
commit 0edd587e5a
9 changed files with 12 additions and 12 deletions

View file

@ -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 = []