Metadata-Version: 2.1
Name: SequencingSolver
Version: 1.0.2
Summary: Package for solving various sequencing problems
Home-page: https://github.com/esNIMA/SequencingSolver
Author: Nima Mahmoodian
Author-email: s.nima.mahmoodian@gmail.com
Project-URL: Bug Tracker, https://github.com/esNIMA/SequencingSolver/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Sequencing Solver

This is a package for solving sequencing problems. All you have to do is to pass the appropriate form of data structure to the corresponding solver. The solver will run the algorithm and return the optimal sequence and the Gantt chart.

The whole point of this package is to enable students and instructors to easily access the solution and code of the solvers' algorithm.

there will be more algorithms featuring this package.
