From 815f2c96856e96e977b725254b65d68fc0323947 Mon Sep 17 00:00:00 2001 From: Clark Barrett Date: Sat, 26 Dec 2015 19:20:27 -0800 Subject: Merged my changes from experimental branch (new array decision procedure, translation to bit-vectors for QF_NIA). --- src/options/arrays_options | 3 +++ src/options/smt_options | 2 ++ 2 files changed, 5 insertions(+) (limited to 'src/options') diff --git a/src/options/arrays_options b/src/options/arrays_options index 096d773ca..371554a2b 100644 --- a/src/options/arrays_options +++ b/src/options/arrays_options @@ -11,6 +11,9 @@ option arraysOptimizeLinear --arrays-optimize-linear bool :default true :read-wr option arraysLazyRIntro1 --arrays-lazy-rintro1 bool :default true :read-write turn on optimization to only perform RIntro1 rule lazily (see Jovanovic/Barrett 2012: Being Careful with Theory Combination) +option arraysWeakEquivalence --arrays-weak-equiv bool :default false :read-write + use algorithm from Christ/Hoenicke (SMT 2014) + option arraysModelBased --arrays-model-based bool :default false :read-write turn on model-based array solver diff --git a/src/options/smt_options b/src/options/smt_options index f658d929a..d531eefbe 100644 --- a/src/options/smt_options +++ b/src/options/smt_options @@ -161,4 +161,6 @@ option lemmaOutputChannel LemmaOutputChannel* :default NULL :include "base/lemma option forceNoLimitCpuWhileDump --force-no-limit-cpu-while-dump bool :default false Force no CPU limit when dumping models and proofs +option solveIntAsBV --solve-int-as-bv uint32_t :default 0 + endmodule -- cgit v1.2.3