summaryrefslogtreecommitdiff
path: root/src/options/smt_options.toml
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2020-07-16 21:57:36 +0200
committerGitHub <noreply@github.com>2020-07-16 14:57:36 -0500
commit6187b58ed1a7d5c74fa148d663964daef8efae2d (patch)
tree176948d52e3e3a902c10488a17fad7d2f7b3f714 /src/options/smt_options.toml
parent144c4df45ecedff8bfdbf8672e376606b393fc84 (diff)
Resource manager cleanup (#4732)
This PR performs some general cleanup in and around the ResourceManager class. In detail, it does remove --hard-limit (we decided to always leave the solver in a usable state, i.e. always do a soft limit), remove --cpu-time (we decided to always use wall-clock time for time limiting) replace old gettimeofday-based Timer by new std::chrono-based WallClockTimer clean up the logic around beginCall() and endCall()
Diffstat (limited to 'src/options/smt_options.toml')
-rw-r--r--src/options/smt_options.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index 96fccdcdb..18a99ad3c 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -483,15 +483,6 @@ header = "options/smt_options.h"
help = "enable resource limiting per query"
[[option]]
- name = "hardLimit"
- category = "common"
- long = "hard-limit"
- type = "bool"
- default = "false"
- read_only = true
- help = "the resource limit is hard potentially leaving the smtEngine in an unsafe state (should be destroyed and rebuild after resourcing out)"
-
-[[option]]
name = "rewriteStep"
category = "expert"
long = "rewrite-step=N"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback