Giter VIP home page Giter VIP logo

milp-flowshop's Introduction

MILP-Flowshop

MILP approach for flowshop scheduling optimization with Sequence dependent changeover

This is a submission for IE503 group assignment.

Requirements - Pyomo, Cbc, plotly

This code develops an MILP model for a flow shop with sequence dependent changeover. It uses Pyomo to model MILP and Cbc solver to optimize it. It is necessary to have these both installed in order to successfully run the code. It also needs plotly to be installed to create a gantt chart.

Now, the flow of the code is explained. The code python file FlowshopOptimization.py creates an abstract model which is instantiated using the data.dat file. The data.dat file contains the parameters of the model such as the jobs, the machines, processing times and the changeover times. These are written in AMPL format.

After the model has been instantiated, it uses constraints written in constraints.py python file and generates a concrete model. The model is then optimized using Cbc solver and the results are visualized in a gantt chart which is produced using plotly.

To run the code, update the data.dat file and run the python file FlowshopOptimization.py.

milp-flowshop's People

Contributors

ukonge avatar

Watchers

 avatar

Forkers

milindgadre

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.