mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
96f1f4a567
commit
e4cec19f03
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace smt {
|
||||||
{
|
{
|
||||||
bv_util bv(m);
|
bv_util bv(m);
|
||||||
sort_ref b8(bv.mk_sort(8), m);
|
sort_ref b8(bv.mk_sort(8), m);
|
||||||
m_enabled = seq.is_char(b8);
|
m_enabled = !seq.is_char(b8);
|
||||||
m_bits2char = symbol("bits2char");
|
m_bits2char = symbol("bits2char");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue