mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
na
This commit is contained in:
parent
ca18150c23
commit
a20b577b2f
|
@ -236,8 +236,7 @@ namespace array {
|
|||
* Assert
|
||||
* 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;
|
||||
expr* val = nullptr;
|
||||
VERIFY(a.is_const(cnst, val));
|
||||
|
|
Loading…
Reference in a new issue