GithubHelp home page GithubHelp logo

paulkastel / jobshoppro Goto Github PK

View Code? Open in Web Editor NEW
108.0 6.0 22.0 127 KB

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

Python 100.00%
heuristics production-system fifo lifo spt lpt optimization job-scheduler job-shop-schedulling job-shop

jobshoppro's Introduction

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

jobshoppro's People

Contributors

paulkastel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jobshoppro's Issues

Version dependencies

Hello, I'm very interested in your project. Which version of ortools did you use to build your code? Is there any Pipfile to make installation more easy?

chartGanttCreator.py issues

UserWarning: FixedFormatter should only be used together with FixedLocator
The official matplotlib website suggests that:This method should only be used after fixing the tick positions using Axes.set_xticks. Otherwise, the labels may end up in unexpected positions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.