mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Typos
This commit is contained in:
parent
efa3c0f68e
commit
1d4f8c0168
|
@ -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…
Reference in a new issue