summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-06 18:53:27 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-06 18:53:27 +0000
commit4e883ffc0b88256a966183ac6b87bb5767154cdf (patch)
treea193f12035e4417834ef08312f50739ae0b39a87 /src/theory
parent99cad5495be99efae434177d1537d4cfac35581c (diff)
* Clean up some options documentation
* Remove defunct --no-theory-registration option * Point people to Wiki tutorial * Modernize the cut-release script * Misc cleanup, documentation (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/arith/options3
-rw-r--r--src/theory/datatypes/options2
-rw-r--r--src/theory/model.cpp1
-rw-r--r--src/theory/options3
-rw-r--r--src/theory/uf/options3
5 files changed, 3 insertions, 9 deletions
diff --git a/src/theory/arith/options b/src/theory/arith/options
index 8b45a6da2..38cf07251 100644
--- a/src/theory/arith/options
+++ b/src/theory/arith/options
@@ -43,8 +43,7 @@ option arithPropagateMaxLength --prop-row-length=N uint16_t :default 16
sets the maximum row length to be used in propagation
option arithDioSolver /--disable-dio-solver bool :default true
- use Linear Diophantine Equation solver (Griggio, JSAT 2012)
-/turns off Linear Diophantine Equation solver (Griggio, JSAT 2012)
+ turns off Linear Diophantine Equation solver (Griggio, JSAT 2012)
# Whether to split (= x y) into (and (<= x y) (>= x y)) in
# arithmetic preprocessing.
diff --git a/src/theory/datatypes/options b/src/theory/datatypes/options
index ab627000e..45849858a 100644
--- a/src/theory/datatypes/options
+++ b/src/theory/datatypes/options
@@ -9,7 +9,7 @@ module DATATYPES "theory/datatypes/options.h" Datatypes theory
# then we do not rewrite such a selector term to an arbitrary ground term.
# For example, by default cvc4 considers cdr( nil ) = nil. If this option is set, then
# cdr( nil ) has no set value.
-option dtRewriteErrorSel /--disable-dt-rewrite-error-sel bool :default true
+expert-option dtRewriteErrorSel /--disable-dt-rewrite-error-sel bool :default true
disable rewriting incorrectly applied selectors to arbitrary ground term
endmodule
diff --git a/src/theory/model.cpp b/src/theory/model.cpp
index a4cbd720b..6a7d2ecef 100644
--- a/src/theory/model.cpp
+++ b/src/theory/model.cpp
@@ -18,7 +18,6 @@
#include "theory/quantifiers_engine.h"
#include "theory/theory_engine.h"
#include "theory/type_enumerator.h"
-#include "smt/model_format_mode.h"
#include "smt/options.h"
#include "theory/uf/theory_uf_model.h"
diff --git a/src/theory/options b/src/theory/options
index 40d26472f..5a523f0fa 100644
--- a/src/theory/options
+++ b/src/theory/options
@@ -5,9 +5,6 @@
module THEORY "theory/options.h" Theory layer
-expert-option theoryRegistration /--no-theory-registration bool :default true
- disable theory reg (not safe for some theories)
-
expert-option theoryOfMode --theoryof-mode=MODE CVC4::theory::TheoryOfMode :handler CVC4::theory::stringToTheoryOfMode :handler-include "theory/options_handlers.h" :default CVC4::theory::THEORY_OF_TYPE_BASED :include "theory/theoryof_mode.h"
mode for theoryof
diff --git a/src/theory/uf/options b/src/theory/uf/options
index f199f6c1b..0799ba4d5 100644
--- a/src/theory/uf/options
+++ b/src/theory/uf/options
@@ -5,9 +5,8 @@
module UF "theory/uf/options.h" Uninterpreted functions theory
-option ufSymmetryBreaker uf-symmetry-breaker --enable-symmetry-breaker/--disable-symmetry-breaker bool :read-write :default true
+option ufSymmetryBreaker uf-symmetry-breaker --symmetry-breaker bool :read-write :default true
use UF symmetry breaker (Deharbe et al., CADE 2011)
-/turns off UF symmetry breaker (Deharbe et al., CADE 2011)
option ufssRegions /--disable-uf-ss-regions bool :default true
disable region-based method for discovering cliques and splits in uf strong solver
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback