summaryrefslogtreecommitdiff
path: root/src/smt/options
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2015-05-29 10:18:36 -0400
committerlianah <lianahady@gmail.com>2015-05-29 10:18:36 -0400
commit331f8cccb1f5fc8806774652deb71f23c7572772 (patch)
tree1cf4b0d6356840f0543b301f8e90544f5ca3dbe3 /src/smt/options
parentb4aaa40ca834958130a8ee5a922ac45c6de84ce1 (diff)
changed resource step options to unsigned
Diffstat (limited to 'src/smt/options')
-rw-r--r--src/smt/options24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/smt/options b/src/smt/options
index dbee33f5a..077acc6e9 100644
--- a/src/smt/options
+++ b/src/smt/options
@@ -105,40 +105,40 @@ common-option cpuTime cpu-time --cpu-time bool :default false
measures CPU time if set to true and wall time if false (default false)
# Resource spending options for SPARK
-expert-option rewriteStep rewrite-step --rewrite-step uint64_t :default 1
+expert-option rewriteStep rewrite-step --rewrite-step unsigned :default 1
ammount of resources spent for each rewrite step
-expert-option theoryCheckStep theory-check-step --theory-check-step uint64_t :default 1
+expert-option theoryCheckStep theory-check-step --theory-check-step unsigned :default 1
ammount of resources spent for each theory check call
-expert-option decisionStep decision-step --decision-step uint64_t :default 1
+expert-option decisionStep decision-step --decision-step unsigned :default 1
ammount of getNext decision calls in the decision engine
-expert-option bitblastStep bitblast-step --bitblast-step uint64_t :default 1
+expert-option bitblastStep bitblast-step --bitblast-step unsigned :default 1
ammount of resources spent for each bitblast step
-expert-option parseStep parse-step --parse-step uint64_t :default 1
+expert-option parseStep parse-step --parse-step unsigned :default 1
ammount of resources spent for each command/expression parsing
-expert-option lemmaStep lemma-step --lemma-step uint64_t :default 1
+expert-option lemmaStep lemma-step --lemma-step unsigned :default 1
ammount of resources spent when adding lemmas
-expert-option restartStep restart-step --restart-step uint64_t :default 1
+expert-option restartStep restart-step --restart-step unsigned :default 1
ammount of resources spent for each theory restart
-expert-option cnfStep cnf-step --cnf-step uint64_t :default 1
+expert-option cnfStep cnf-step --cnf-step unsigned :default 1
ammount of resources spent for each call to cnf conversion
-expert-option preprocessStep preprocess-step --preprocess-step uint64_t :default 1
+expert-option preprocessStep preprocess-step --preprocess-step unsigned :default 1
ammount of resources spent for each preprocessing step in SmtEngine
-expert-option quantifierStep quantifier-step --quantifier-step uint64_t :default 1
+expert-option quantifierStep quantifier-step --quantifier-step unsigned :default 1
ammount of resources spent for quantifier instantiations
-expert-option satConflictStep sat-conflict-step --sat-conflict-step uint64_t :default 1
+expert-option satConflictStep sat-conflict-step --sat-conflict-step unsigned :default 1
ammount of resources spent for each sat conflict (main sat solver)
-expert-option bvSatConflictStep bv-sat-conflict-step --bv-sat-conflict-step uint64_t :default 1
+expert-option bvSatConflictStep bv-sat-conflict-step --bv-sat-conflict-step unsigned :default 1
ammount of resources spent for each sat conflict (bitvectors)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback