The purpose of this project is to use genetic algorithm to solve university class scheduling problems.
- Install
Python 3.9
- Create a new virtual environment
python3 -m venv venv
- Activate the virtual environment
source venv/bin/activate
- Install all the requirements using
pip install -r requirements.txt
- To use sample Data copy the file 'sample_gas.db' to main directory and rename it to 'gas.db'
- Run the program using
python3 main.py
Full documentation and program instructions and statistics in Persian language
- Add instructors
- Add rooms
- Add subjects
- Add sections
- Generate solution
- Export or View Result
- numpy==1.23.1
- packaging==21.3
- psutil==5.9.1
- pyparsing==3.0.9
- PyQt5==5.15.7
- PyQt5-Qt5==5.15.2
- PyQt5-sip==12.11.0
- QtAwesome==1.1.1
- QtPy==2.1.0
- XlsxWriter==3.0.3
- Changing TimeSlot form 0.5 to 0.75
- Shouldn't run the Evalution with 0 point !
- fix tableView toggle bug
- fix Class tree
- Add sorting to Header Labels of class tree
- add search
- add some qss file :)
- add icons
- add Alternating Row Colors
- fix database, some data should be unique
Special thanks to Dr. Mobasheri