Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Program for managing orders, planning and scheduling in job shop production system using popular heuristics alghorithms.

Notifications You must be signed in to change notification settings

paulkastel/JobShopPRO

Open more actions menu

Repository files navigation

Job Shop PRO

Open-source program for solving job shop problem

Program written in Python 3 for managing orders, planning and scheduling in job shop production system using popular heuristics alghorithms. User can recreate job shop system with itineraries, machines and jobs and then solve schedule for system with FIFO, LIFO, SPT & LPT methods. Job Shop PRO is part for master thesis in AGH University.

TOOLS

FEATURES

  • Managing machnines - add, edit and delete
  • Creating technological process with tasks assigned for machines
  • Exporting and importing data to files
  • Create random data - just for fun
  • Easy input of data
  • Colorful Gantt charts

HOW TO INSTALL:

Requirements:

  • At least installed python 3.7.4
  • Dependencies: sortedcollections, ortools, matplotlib, scipy

How to install and run application:

Use commands:

  • python3 -m pip install sortedcollections
  • python3 -m pip install ortools
  • python3 -m pip install matplotlib
  • python3 -m pip install scipy

Run:

  • python3 root.py

Try it know and if you have any question or suggestion contact me via website

Morty Proxy This is a proxified and sanitized view of the page, visit original site.