mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +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
|
@ -49,6 +49,7 @@ char const * g_params_renames[] = {
|
|||
"restart_factor", "smt.restart_factor",
|
||||
"arith_random_initial_value", "smt.arith.random_initial_value",
|
||||
"bv_reflect", "smt.bv.reflect",
|
||||
"bv_enable_int2bv_propagation", "smt.bv.enable_int2bv",
|
||||
"qi_cost", "smt.qi.cost",
|
||||
"qi_eager_threshold", "smt.qi.eager_threshold",
|
||||
"nl_arith", "smt.arith.nl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue