How big is the largest collection of $3$-element subsets of $\{1,\ldots,9\}$ such that every pair of sets intersects nontrivially?
I have a hard time visualizing the problem, or getting a grip on it. I have found a few lower and upper bounds in different ways, the tightest I can get is that it is between $28$ and $44$, but every slight sharpening requires increasingly tedious work. Is there a better approach than brute-forcing this with a computer or many hours of paperwork?
Bonus question: Is there any nice construction of such a maximal collection of subsets?
You can solve the problem via integer linear programming as follows. Let binary decision variable $x_i$ indicate whether node $i$ is selected. Let $E$ be the edge set. The problem is to maximize $\sum_i x_i$ subject to linear constraints $x_i + x_j \le 1$ for $i < j$ with $(i,j)\not\in E$.
28 turns out to be optimal: