mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 11:22:04 +00:00
na
This commit is contained in:
parent
ca18150c23
commit
a20b577b2f
1 changed files with 1 additions and 2 deletions
|
@ -237,7 +237,6 @@ namespace array {
|
||||||
* select(const(v), i) = v
|
* select(const(v), i) = v
|
||||||
*/
|
*/
|
||||||
bool solver::assert_select_const_axiom(app* select, app* cnst) {
|
bool solver::assert_select_const_axiom(app* select, app* cnst) {
|
||||||
|
|
||||||
++m_stats.m_num_select_const_axiom;
|
++m_stats.m_num_select_const_axiom;
|
||||||
expr* val = nullptr;
|
expr* val = nullptr;
|
||||||
VERIFY(a.is_const(cnst, val));
|
VERIFY(a.is_const(cnst, val));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue