}
}
// Turn on model-based arrays for QF_AX (unless models are enabled)
- if(! options::arraysModelBased.wasSetByUser()) {
- if (not d_logic.isQuantified() &&
- d_logic.isTheoryEnabled(THEORY_ARRAY) &&
- d_logic.isPure(THEORY_ARRAY) &&
- !options::produceModels() &&
- !options::checkModels()) {
- Trace("smt") << "turning on model-based array solver" << endl;
- options::arraysModelBased.set(true);
- }
- }
+ // if(! options::arraysModelBased.wasSetByUser()) {
+ // if (not d_logic.isQuantified() &&
+ // d_logic.isTheoryEnabled(THEORY_ARRAY) &&
+ // d_logic.isPure(THEORY_ARRAY) &&
+ // !options::produceModels() &&
+ // !options::checkModels()) {
+ // Trace("smt") << "turning on model-based array solver" << endl;
+ // options::arraysModelBased.set(true);
+ // }
+ // }
// Turn on multiple-pass non-clausal simplification for QF_AUFBV
if(! options::repeatSimp.wasSetByUser()) {
bool repeatSimp = !d_logic.isQuantified() &&