break;
// ========================== rewrite pred
case InferenceId::STRINGS_EXTF_EQ_REW:
- case InferenceId::STRINGS_INFER_EMP:
{
// the last child is the predicate we are operating on, move to front
Node src = ps.d_children[ps.d_children.size() - 1];
}
break;
// ========================== unit injectivity
- case InferenceId::STRINGS_UNIT_INJ: { ps.d_rule = PfRule::STRING_SEQ_UNIT_INJ;
+ case InferenceId::STRINGS_UNIT_INJ:
+ {
+ ps.d_rule = PfRule::STRING_SEQ_UNIT_INJ;
}
break;
// ========================== prefix conflict
case InferenceId::STRINGS_CARDINALITY:
case InferenceId::STRINGS_I_CYCLE_E:
case InferenceId::STRINGS_I_CYCLE:
+ case InferenceId::STRINGS_INFER_EMP:
case InferenceId::STRINGS_RE_DELTA:
case InferenceId::STRINGS_RE_DELTA_CONF:
case InferenceId::STRINGS_RE_DERIVE: