[QUOTE=rothmpp;8746185]
I asked the question in general, but I’ll ask you specifically - have you ever scheduled a show? If not, why not volunteer to help next time?
I have no idea what you do for a living - but are you a database programmer? I can use a database but could never in a million years write code, so I would not begin know what it would take to get it as automated as you are envisioning. If you know how to write code, maybe that is why it seems so ridiculous to you.[/QUOTE]
I have and multi-ring shows as well. I wasn’t using scheduling specific software, just excel. It was time consuming & annoying (yes, you never make everyone happy) but not the impossible task people like to make out to be. There were also generally about a handful of “legal” solutions to choose from, so this mentality of “well, we had no choice” just doesn’t make sense.
I’m not a database programmer. I am a mathematician who has done a lot of resource allocation engines, including massive air traffic control systems. Yes, I can code but that’s not the hard part of this problem. Developing the constraints and defining your solution search space is. Trust me, the math for sports scheduling is not that hard given the number of data points and variables involved, even if you are looking to brute force it. It’s multiple orders of magnitude smaller than what modern computers can tackle with ease, assuming you have a programmer who knows how to do optimization problems. The database is just the backend storage … not to diss database programmer because the storage/access/retrieval can hose your system if it’s done poorly but that sort of skill set is very different from what I would expect you’d need to build a true piece of scheduling software.