I am trying to solve following problem:
How many lines are needed on the plane to get all angles from $1$ to $359$ degrees? We can move lines in parallel.
I am thinking that since moving in parallel doesn't change angles we can put them intersecting in one point. It is obvious that $180$ angles are enough ($0,...,179$ degrees). Need to find minimal number.
For every number from $1$ to $359$ there should be two lines that intersect in that angle.
The complete sparse Wichmann ruler $W(2,5)$ $$0, 1, 2, 5, 10, 15, 26, 37, 48, 59, 70, 76, 82, 88, 89, 90 $$ can generate all integer differences up to $90$. As $\alpha$ immediately also gives us $180^\circ-\alpha$, $180^\circ +\alpha$ and $360^°-\alpha$, this is a solution, though not necessarily minimal (it is minimal for a set giving all numbers up to $90$ as immediate differences).
There might exist a solution with less than $16$ lines and some of the numbers larger than $90$. But we cannot do much better than these $16$ lines: In order to generate $90$ different angles between pairs, we need at least $90$ pairs, hence at least $14$ lines because ${13\choose 2}<90$.