summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-04-26 09:57:36 -0500
committerGitHub <noreply@github.com>2021-04-26 14:57:36 +0000
commit4eb2234bccf033e3758a7fb7309f51f4864cba0a (patch)
tree11af6ff5a6cde7992cfda78a2d147a91a8cbd354 /src/options
parentbff297565a91e020c845d2984a3f0f921f887bba (diff)
Enable print-inst-full by default (#6435)
This makes dump-instantiations print instantiations for all quantified formulas by default, regardless of whether they had an associated identifier.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/printer_options.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/printer_options.toml b/src/options/printer_options.toml
index 1f27326a0..d72279f95 100644
--- a/src/options/printer_options.toml
+++ b/src/options/printer_options.toml
@@ -64,5 +64,5 @@ header = "options/printer_options.h"
category = "regular"
long = "print-inst-full"
type = "bool"
- default = "false"
+ default = "true"
help = "print instantiations for formulas that do not have given identifiers"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback