Metadata-Version: 1.1
Name: SDP18py
Version: 0.1.2
Summary: This package schedules surgeries using metaheurisitcs. It is a project done for in NUS for Systems Design Project (SDP):Metaheuristic Surgery Scheduling for Operating Theatre Scheduling
Home-page: https://github.com/lwq96/NewProject
Author: SDP18
Author-email: e0176071@u.nus.edu
License: MIT
Description: This is for SDP18 NUS ISE Metaheuristic Surgery Scheduling. It has 4 heuristics to choose from, Tabu Search, Genetic Algorithm, Simulated Annealing and Hill climbing. 
        The main functions for the heuristics are schedule_GA, schedule_SA, schedule_TS, schedule_HCO
        It will prompt you to select 3 files, they have to be in a specific format for the code to work. 
Keywords: metaheuristic,surgery,scheduling
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
