mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
limit the size of bit vectors
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
0ac462108f
commit
14ff768a63
5 changed files with 16 additions and 7 deletions
|
@ -56,7 +56,7 @@ public:
|
|||
m_solver(s),
|
||||
m_bv_fns(m),
|
||||
m_int_fns(m),
|
||||
m_rewriter_ctx(m, p),
|
||||
m_rewriter_ctx(m, p, p.get_uint("max_bv_size", UINT_MAX)),
|
||||
m_rewriter(m, m_rewriter_ctx)
|
||||
{
|
||||
solver::updt_params(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue