This block is misleading after the last commit.
{
opts.quantifiers.macrosQuant = false;
}
- // HOL is incompatible with fmfBound
- if (opts.quantifiers.fmfBound)
- {
- if (opts.quantifiers.fmfBoundWasSetByUser
- || opts.quantifiers.fmfBoundLazyWasSetByUser
- || opts.quantifiers.fmfBoundIntWasSetByUser)
- {
- Notice() << "Disabling bound finite-model finding since it is "
- "incompatible with HOL.\n";
- }
- Trace("smt") << "turning off fmf-bound, since HOL\n";
- }
}
if (opts.quantifiers.fmfFunWellDefinedRelevant)
{