From bc2b801ec4ad83e013c302e7608238feef386a8a Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Thu, 19 Dec 2019 09:52:26 -0800 Subject: [PATCH] Fix typo in smt_options.toml. (#3579) --- src/options/smt_options.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml index ba62a6455..cd8a530fc 100644 --- a/src/options/smt_options.toml +++ b/src/options/smt_options.toml @@ -134,7 +134,7 @@ header = "options/smt_options.h" name = "literals" help = "Block models based on the SAT skeleton." [[option.mode.VALUES]] - name = "valuels" + name = "values" help = "Block models based on the concrete model values for the free variables." [[option]] -- 2.30.2