mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +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:
|
// 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] }
|
// 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.
|
// 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.
|
// using multi-patterns.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue