[example: Two Feasible Points with a Forbidden Midpoint]
Let $S=D_- \cup D_+$, where
\begin{align*}
D_-=\{p\in\mathbb{R}^2:\|p-(-2,0)\|_2\leq 1\}
\end{align*}
and
\begin{align*}
D_+=\{p\in\mathbb{R}^2:\|p-(2,0)\|_2\leq 1\}.
\end{align*}
The point $x=(-2,0)$ lies in $D_-$ because
\begin{align*}
\|x-(-2,0)\|_2=\|(0,0)\|_2=0\leq 1,
\end{align*}
and the point $y=(2,0)$ lies in $D_+$ because
\begin{align*}
\|y-(2,0)\|_2=\|(0,0)\|_2=0\leq 1.
\end{align*}
Thus $x,y\in S$. Their midpoint is
\begin{align*}
\frac{x+y}{2}=\frac{(-2,0)+(2,0)}{2}=\frac{(0,0)}{2}=(0,0).
\end{align*}
This midpoint is not in $D_-$, since
\begin{align*}
\|(0,0)-(-2,0)\|_2=\|(2,0)\|_2=2>1,
\end{align*}
and it is not in $D_+$, since
\begin{align*}
\|(0,0)-(2,0)\|_2=\|(-2,0)\|_2=2>1.
\end{align*}
Therefore $(0,0)\notin S$, even though it is the average of two points of $S$. This shows that a set can contain two locally solid pieces while still failing to contain the interpolation forced by averaging.
[/example]