├── .gitattributes ├── .gitignore ├── A9R7B68.png ├── Appendix C.docx ├── Final Presentation.pptx ├── Managerial Report.docx ├── New folder (2) ├── N100.pdf ├── N1000.pdf ├── N10000.pdf ├── Project_report_OPR.pdf └── genscenarios.m ├── OPR_Project_Smart_Grid.pptx ├── Project Report (1).docx ├── Project Report Smart Grid.pdf ├── Project_report_OPR.pdf ├── Scheduling in Smart Grids.pptx ├── User_Interfacefig.fig ├── User_Interfacefig.m ├── Writing Sample.doc ├── Writing Sample.ppt ├── duration.mat ├── pow_app.mat ├── request_time.mat └── start_time.mat /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/.gitignore -------------------------------------------------------------------------------- /A9R7B68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/A9R7B68.png -------------------------------------------------------------------------------- /Appendix C.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/Appendix C.docx -------------------------------------------------------------------------------- /Final Presentation.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/Final Presentation.pptx -------------------------------------------------------------------------------- /Managerial Report.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/Managerial Report.docx -------------------------------------------------------------------------------- /New folder (2)/N100.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/New folder (2)/N100.pdf -------------------------------------------------------------------------------- /New folder (2)/N1000.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/New folder (2)/N1000.pdf -------------------------------------------------------------------------------- /New folder (2)/N10000.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/New folder (2)/N10000.pdf -------------------------------------------------------------------------------- /New folder (2)/Project_report_OPR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/New folder (2)/Project_report_OPR.pdf -------------------------------------------------------------------------------- /New folder (2)/genscenarios.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/New folder (2)/genscenarios.m -------------------------------------------------------------------------------- /OPR_Project_Smart_Grid.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/OPR_Project_Smart_Grid.pptx -------------------------------------------------------------------------------- /Project Report (1).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/Project Report (1).docx -------------------------------------------------------------------------------- /Project Report Smart Grid.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/Project Report Smart Grid.pdf -------------------------------------------------------------------------------- /Project_report_OPR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/Project_report_OPR.pdf -------------------------------------------------------------------------------- /Scheduling in Smart Grids.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/Scheduling in Smart Grids.pptx -------------------------------------------------------------------------------- /User_Interfacefig.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/User_Interfacefig.fig -------------------------------------------------------------------------------- /User_Interfacefig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/User_Interfacefig.m -------------------------------------------------------------------------------- /Writing Sample.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/Writing Sample.doc -------------------------------------------------------------------------------- /Writing Sample.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/Writing Sample.ppt -------------------------------------------------------------------------------- /duration.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/duration.mat -------------------------------------------------------------------------------- /pow_app.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/pow_app.mat -------------------------------------------------------------------------------- /request_time.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/request_time.mat -------------------------------------------------------------------------------- /start_time.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/varunpillai/SmartGrid/HEAD/start_time.mat --------------------------------------------------------------------------------