From 26b8cc7f672d580dfc7355dac1c4352a3c7c32e8 Mon Sep 17 00:00:00 2001 From: ajreynol Date: Thu, 10 Sep 2015 10:12:36 +0200 Subject: Fix bug 670. Minor. --- src/theory/quantifiers/options_handlers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/theory/quantifiers/options_handlers.h') diff --git a/src/theory/quantifiers/options_handlers.h b/src/theory/quantifiers/options_handlers.h index 791ad6e90..e5e484625 100644 --- a/src/theory/quantifiers/options_handlers.h +++ b/src/theory/quantifiers/options_handlers.h @@ -207,13 +207,13 @@ relevant \n\ static const std::string iteLiftQuantHelp = "\ Modes for term database, supported by --ite-lift-quant:\n\ \n\ -all \n\ +none \n\ + Do not lift if-then-else in quantified formulas.\n\ \n\ simple \n\ + Lift if-then-else in quantified formulas if results in smaller term size.\n\ \n\ -none \n\ +all \n\ + Lift if-then-else in quantified formulas. \n\ \n\ "; -- cgit v1.2.3