From 4c32421fee453d82e6c1d7d3dc1605da11db1a09 Mon Sep 17 00:00:00 2001 From: Clark Barrett Date: Wed, 17 Sep 2014 15:01:19 -0700 Subject: More model-based combination for arrays --- src/theory/arrays/options | 2 +- src/theory/arrays/theory_arrays.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/theory/arrays') diff --git a/src/theory/arrays/options b/src/theory/arrays/options index 15220fbc2..baf0962bf 100644 --- a/src/theory/arrays/options +++ b/src/theory/arrays/options @@ -12,7 +12,7 @@ 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 arraysModelBased --arrays-model-based bool :default false :read-write - turn on model-based arrray solver + turn on model-based array solver option arraysEagerIndexSplitting --arrays-eager-index bool :default true :read-write turn on eager index splitting for generated array lemmas diff --git a/src/theory/arrays/theory_arrays.cpp b/src/theory/arrays/theory_arrays.cpp index 6b91400e8..bfbf046c3 100644 --- a/src/theory/arrays/theory_arrays.cpp +++ b/src/theory/arrays/theory_arrays.cpp @@ -990,7 +990,9 @@ void TheoryArrays::check(Effort e) { if(!options::arraysEagerLemmas() && fullEffort(e) && !d_conflict && !options::arraysModelBased()) { // generate the lemmas on the worklist Trace("arrays-lem")<<"Arrays::discharging lemmas: "< 0 && !d_conflict) { + dischargeLemmas(); + } } Trace("arrays") << spaces(getSatContext()->getLevel()) << "Arrays::check(): done" << endl; -- cgit v1.2.3