summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/synth_conjecture.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-12-05 09:19:56 -0600
committerGitHub <noreply@github.com>2019-12-05 09:19:56 -0600
commitf17b72fcdb535a5c06620900d2c35d2709abe968 (patch)
tree408a48f718858c3623afbe1d8b99cab79cedaf35 /src/theory/quantifiers/sygus/synth_conjecture.cpp
parent97c2553d0b0535bd47517f755897c441e223568e (diff)
Refactor mode options for Unif+PI (#3531)
Diffstat (limited to 'src/theory/quantifiers/sygus/synth_conjecture.cpp')
-rw-r--r--src/theory/quantifiers/sygus/synth_conjecture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/synth_conjecture.cpp b/src/theory/quantifiers/sygus/synth_conjecture.cpp
index da4275365..c980e5413 100644
--- a/src/theory/quantifiers/sygus/synth_conjecture.cpp
+++ b/src/theory/quantifiers/sygus/synth_conjecture.cpp
@@ -65,7 +65,7 @@ SynthConjecture::SynthConjecture(QuantifiersEngine* qe, SynthEngine* p)
{
d_modules.push_back(d_ceg_pbe.get());
}
- if (options::sygusUnif())
+ if (options::sygusUnifPi() != SYGUS_UNIF_PI_NONE)
{
d_modules.push_back(d_ceg_cegisUnif.get());
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback