1: int->vsize to fix tie-formatting warnings
2: Replace flower's Tuple with std::array
3: ties->front () instead of ties->at (0)
... in contexts where ties->back () is also used.
4: Tie_formatting_problem: [i] instead of at (i)
... in loops where it is clear that the index is in bounds.
at () checks the index, which is unnecessary in those places.
Diff:
Passes make, make check and a full make doc
Patch on countdown for Feb 4th
Patch counted down - please push.