Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the mission of the scheduler? #3

Open
A1Liu opened this issue Mar 15, 2019 · 0 comments
Open

What's the mission of the scheduler? #3

A1Liu opened this issue Mar 15, 2019 · 0 comments

Comments

@A1Liu
Copy link

A1Liu commented Mar 15, 2019

I think we might be doing more work than we have to. Our scheduler currently attempts to create schedules from a given pool of courses; I think that might be outside the scope of YACS. Right now the functionality that I thought we were targeting was getting boolean values for whether any given course conflicts with the student's existing schedule. I think that's a lot smaller of a problem, and we might be able to solve it in linear time using some form of hashing on the time slots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant