Software to auto-schedule classes?

Is there a good software that can auto-schedule classes for you? MyEdu has glitches in which teacher’s assistance hours can lump together and at other times it is inaccurate(read there was no available schedule with my classes but I found one). Any recommendations?(Spending 2 hours to find a schedule that works with the classes i want to take can be a pain)

@punctiliouseye Such software would have to know the meeting times of all classes you plan to take, so if your school’s registration system doesn’t schedule it well for you, I’m not sure what will.

Since class scheduling is essentially a constraint satisfiability problem, a good way to manually find a schedule is to input your most constrained classes first (E.g. classes with a fixed meeting time), then fill in the rest, possibly backtracking. My AI and algorithms classes covered these types of problems. Once I selected the classes I wanted to take, it was really easy to check that they don’t conflict.

Also, I don’t know how important TA office hours are, but maybe MyEdu thinks they are less important…that would be my best guess.

I think you should ask your administration about it. They should be the one with access on all class schedule which should be needed with what you’re looking for.