Skip to content

Commit 367fff6

Browse files
committed
setting smt.arith.solver=6 by default
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
1 parent 390f77e commit 367fff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smt/params/smt_params_helper.pyg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def_module_params(module_name='smt',
4040
('bv.reflect', BOOL, True, 'create enode for every bit-vector term'),
4141
('bv.enable_int2bv', BOOL, True, 'enable support for int2bv and bv2int operators'),
4242
('arith.random_initial_value', BOOL, False, 'use random initial values in the simplex-based procedure for linear arithmetic'),
43-
('arith.solver', UINT, 2, 'arithmetic solver: 0 - no solver, 1 - bellman-ford based solver (diff. logic only), 2 - simplex based solver, 3 - floyd-warshall based solver (diff. logic only) and no theory combination 4 - utvpi, 5 - infinitary lra, 6 - lra solver'),
43+
('arith.solver', UINT, 6, 'arithmetic solver: 0 - no solver, 1 - bellman-ford based solver (diff. logic only), 2 - simplex based solver, 3 - floyd-warshall based solver (diff. logic only) and no theory combination 4 - utvpi, 5 - infinitary lra, 6 - lra solver'),
4444
('arith.nl', BOOL, True, '(incomplete) nonlinear arithmetic support based on Groebner basis and interval propagation'),
4545
('arith.nl.gb', BOOL, True, 'groebner Basis computation, this option is ignored when arith.nl=false'),
4646
('arith.nl.branching', BOOL, True, 'branching on integer variables in non linear clusters'),

0 commit comments

Comments
 (0)