summaryrefslogtreecommitdiff
path: root/src/options/smt_options.toml
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2018-04-30 15:33:21 -0500
committerGitHub <noreply@github.com>2018-04-30 15:33:21 -0500
commitd0e61e49bf51ca7d67188dd71b5f27cd45f6f2ff (patch)
tree0c5d181a17768cb1894036fcd16c8eaac8f7a5e4 /src/options/smt_options.toml
parent859b55b3ba0d6aa43b71e05bdc83480313c107ac (diff)
Refactor real2int (#1813)
This commit refactors the real2int preprocessing pass into the new style. This commit is essentially just a code move and adds a regression test for the preprocessing pass.
Diffstat (limited to 'src/options/smt_options.toml')
-rw-r--r--src/options/smt_options.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index e7a385a42..73cb87dd4 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -622,4 +622,4 @@ header = "options/smt_options.h"
type = "bool"
default = "false"
read_only = true
- help = "attempt to solve a pure real satisfiable problem as a integer problem (for non-linear)"
+ help = "attempt to solve a pure real satisfiable problem as an integer problem (for non-linear)"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback