Refactor: libpacemaker: move ticket functions to own source file
The ticket constraint functions from pcmk_sched_constraints.c (which was still
nearly 2K lines) are now in a new file pcmk_sched_tickets.c.
There are no code changes aside from function renames, formatting, and
comments.