void AddBranchConstraint(BoolExpr constraint) { var simplified = (BoolExpr)constraint.SafeSimplify(Ctx); _pendingConstraints.Add(simplified); }