mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
Typos
This commit is contained in:
parent
efa3c0f68e
commit
1d4f8c0168
1 changed files with 12 additions and 12 deletions
|
@ -521,7 +521,7 @@ namespace smt {
|
|||
// the instantiation rules for store(a, i, v) are:
|
||||
// sotre(a, i, v)[j] = if i = j then v else a[j] with patterns {a[j], store(a, i, v)} { store(a, i, v)[j] }
|
||||
// The first pattern is not included.
|
||||
// TBD use a model-based scheme for exracting instantiations instead of
|
||||
// TBD use a model-based scheme for extracting instantiations instead of
|
||||
// using multi-patterns.
|
||||
//
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue