summaryrefslogtreecommitdiff
path: root/src/options/arith_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/arith_options.toml')
-rw-r--r--src/options/arith_options.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/options/arith_options.toml b/src/options/arith_options.toml
index ab8164130..1c0351bcb 100644
--- a/src/options/arith_options.toml
+++ b/src/options/arith_options.toml
@@ -551,3 +551,12 @@ header = "options/arith_options.h"
default = "true"
read_only = true
help = "whether to increment the precision for irrational function constraints"
+
+[[option]]
+ name = "brabTest"
+ category = "regular"
+ long = "arith-brab"
+ type = "bool"
+ default = "true"
+ read_only = true
+ help = "whether to use simple rounding, similar to a unit-cube test, for integers"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback