Hide options for and related to the BV abstraction module. (#4041)
authorAina Niemetz <aina.niemetz@gmail.com>
Thu, 12 Mar 2020 05:27:32 +0000 (22:27 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 05:27:32 +0000 (22:27 -0700)
All things related to the current BV solver are obsolete in the sense
that we are working on a new BV solver implementation. The BV abstraction
module has several issues and is quite hacky, it should only be enabled
in experimental settings. We don't want to remove it yet though, we want
to keep it around for future evaluation purposes. This commit
categorizes the option to enable the module and a second option related
to the module as 'undocumented'.

src/options/bv_options.toml

index 00755d8a6dc7ac1c8e6eb0451d7e788965f77ca7..489f33ed73bdbe0d15cd69d8e8a36a990a2ac785 100644 (file)
@@ -204,7 +204,7 @@ header = "options/bv_options.h"
 
 [[option]]
   name       = "bvAbstraction"
-  category   = "expert"
+  category   = "undocumented"
   long       = "bv-abstraction"
   type       = "bool"
   default    = "false"
@@ -212,7 +212,7 @@ header = "options/bv_options.h"
 
 [[option]]
   name       = "skolemizeArguments"
-  category   = "expert"
+  category   = "undocumented"
   long       = "bv-skolemize"
   type       = "bool"
   default    = "false"