mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03: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
|
@ -64,7 +64,7 @@ def examples():
|
|||
print(sdodec.model())
|
||||
# =======================================================
|
||||
# See http://en.wikipedia.org/wiki/Hamiltonian_path for the Herschel graph
|
||||
# being the smallest possible polyhdral graph that does not have a Hamiltonian
|
||||
# being the smallest possible polyhedral graph that does not have a Hamiltonian
|
||||
# cycle.
|
||||
#
|
||||
grherschel = { 0: [1, 9, 10, 7],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue