mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
Add option smt.bv.enable_int2bv in the new parameter setting framework. This is the new name for the old parameter :bv-enable-int2bv-propagation. This modification addresses an issue reported at http://stackoverflow.com/questions/15798984/bv-enable-int2bv-propagation-option.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
67e9d74653
commit
1c96a7d52f
3 changed files with 3 additions and 0 deletions
|
@ -22,4 +22,5 @@ Revision History:
|
|||
void theory_bv_params::updt_params(params_ref const & _p) {
|
||||
smt_params_helper p(_p);
|
||||
m_bv_reflect = p.bv_reflect();
|
||||
m_bv_enable_int2bv2int = p.bv_enable_int2bv();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue