mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
parent
6324db207b
commit
5b385bd2fe
|
@ -2275,7 +2275,7 @@ class JavaExample
|
|||
ctx.mkToRe(ctx.mkString("d")));
|
||||
System.out.println(c);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
|
|
|
@ -946,6 +946,9 @@ namespace smt {
|
|||
internalize_bv2int(term);
|
||||
}
|
||||
return params().m_bv_enable_int2bv2int;
|
||||
case OP_BSREM: return false;
|
||||
case OP_BUREM: return false;
|
||||
case OP_BSMOD: return false;
|
||||
default:
|
||||
TRACE("bv_op", tout << "unsupported operator: " << mk_ll_pp(term, m) << "\n";);
|
||||
UNREACHABLE();
|
||||
|
|
Loading…
Reference in a new issue