mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 05:08:55 +00:00
reorder template definition
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6dec943b29
commit
b170f10148
2 changed files with 36 additions and 30 deletions
|
@ -324,7 +324,7 @@ namespace arith {
|
|||
|
||||
|
||||
void solver::mk_bv_axiom(app* n) {
|
||||
unsigned sz;
|
||||
unsigned sz = 0;
|
||||
expr* _x = nullptr, * _y = nullptr;
|
||||
VERIFY(a.is_band(n, sz, _x, _y) || a.is_shl(n, sz, _x, _y) || a.is_ashr(n, sz, _x, _y) || a.is_lshr(n, sz, _x, _y));
|
||||
rational N = rational::power_of_two(sz);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue