seng499-company2 / algorithm1

MIT License
1 stars 1 forks source link

Implement TimeSlot Structure #33

Open kianapaz opened 2 years ago

kianapaz commented 2 years ago

User Story

As a developer using CSP, I would like to have data structures containing the time slot structure in which to schedule the courses.

Description

A python dictionary containing the possible times courses can be scheduled, i.e. if TWF (50 mins), MR (80 mins) and any day is a (170 mins). Ideally a script that can store all the conflicting times lots.

Acceptance Criteria

Additional Resources

Add attachments, external links, etc here.

kianapaz commented 2 years ago
kianapaz commented 2 years ago

On transform_data branch:

kianapaz commented 2 years ago

Time slots are now implemented in the CSP2 algorithm.