https://github.com/rpifisherman/aps-mes
Advanced planning and scheduling simulator
https://github.com/rpifisherman/aps-mes
Last synced: 23 days ago
JSON representation
Advanced planning and scheduling simulator
- Host: GitHub
- URL: https://github.com/rpifisherman/aps-mes
- Owner: RPIFisherman
- Created: 2024-06-11T09:57:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-04T06:10:59.000Z (over 1 year ago)
- Last Synced: 2025-07-31T17:50:42.011Z (2 months ago)
- Language: Jupyter Notebook
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a personal trial with APS problem. An application demo in [APS-app](https://github.com/RPIFisherman/APS-app)
Mixed Integer Linear Programming (MILP), Linear Programming (LP) and Heuristic methods are used to solve the problem.
NP-hard problem, so the heuristic method is used to solve the problem with a large number of jobs(e.g. >100 orders/jobs).