// sygus inference may require datatypes
if (!d_isInternalSubsolver)
{
- if (options::produceAbducts())
- {
- // we may invoke a sygus conjecture, hence we need options related to
- // sygus
- is_sygus = true;
- }
- if (options::sygusInference() || options::sygusRewSynthInput())
+ if (options::produceAbducts() || options::sygusInference()
+ || options::sygusRewSynthInput())
{
// since we are trying to recast as sygus, we assume the input is sygus
is_sygus = true;
regress0/nl/very-easy-sat.smt2
regress0/nl/very-simple-unsat.smt2
regress0/options/invalid_dump.smt2
+ regress0/opt-abd-no-use.smt2
regress0/parallel-let.smt2
regress0/parser/as.smt2
regress0/parser/bv_arity_smt2.6.smt2