TimetableR

Timetable scheduling problem is a constraint satisfaction problem around scheduling resources. It can be a tedious and frustrating job due to the NP-hard nature of the problem. This repository contains an implementation of a solution to the problem using genetic algorithms in R.

Constraints

The timetable satisfies the following conditions:

Usage

License

MIT