summaryrefslogtreecommitdiff
path: root/src/theory/uf/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-10-01 19:55:15 +0000
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-10-01 19:55:15 +0000
commitc6c8ba915748e117821996992fd043e2669b59b4 (patch)
treee953453ec5c38f283e46476a8a4c0bc54da079a5 /src/theory/uf/options
parentf95c6698e5d57b7142b76f29e977168b5bb5ac8c (diff)
initial draft of skolemization during pre-processing, made simple cliques the default option for uf strong solver
Diffstat (limited to 'src/theory/uf/options')
-rw-r--r--src/theory/uf/options4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/uf/options b/src/theory/uf/options
index 3b6a0818f..f199f6c1b 100644
--- a/src/theory/uf/options
+++ b/src/theory/uf/options
@@ -25,7 +25,7 @@ option ufssSmartSplits --uf-ss-smart-split bool :default false
use smart splitting heuristic for uf strong solver
option ufssModelInference --uf-ss-model-infer bool :default false
use model inference method for uf strong solver
-option ufssSimpleCliques --uf-ss-simple-cliques bool :default false
- add simple clique lemmas for uf strong solver
+option ufssExplainedCliques --uf-ss-explained-cliques bool :default false
+ add explained clique lemmas for uf strong solver
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback