From c3992de261f0fa968f50349de1bdc3f9bef6ce6b Mon Sep 17 00:00:00 2001 From: ajreynol Date: Mon, 13 Oct 2014 12:11:09 +0200 Subject: Refactor model builder from model engine to quant engine. Work on fairness strategy for CEGQI. Add option for single/multi triggers. Minor cleanup. --- src/theory/quantifiers/options | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/theory/quantifiers/options') diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options index 5e3c66d9a..d608f0820 100644 --- a/src/theory/quantifiers/options +++ b/src/theory/quantifiers/options @@ -67,6 +67,8 @@ option relationalTriggers --relational-triggers bool :default false choose relational triggers such as x = f(y), x >= f(y) option purifyTriggers --purify-triggers bool :default false :read-write purify triggers, e.g. f( x+1 ) becomes f( y ), x mapsto y-1 +option multiTriggerWhenSingle --multi-trigger-when-single bool :default true + never select multi-triggers when single triggers exist option triggerSelMode --trigger-sel CVC4::theory::quantifiers::TriggerSelMode :default CVC4::theory::quantifiers::TRIGGER_SEL_DEFAULT :read-write :include "theory/quantifiers/modes.h" :handler CVC4::theory::quantifiers::stringToTriggerSelMode :handler-include "theory/quantifiers/options_handlers.h" selection mode for triggers -- cgit v1.2.3