Agam17 / cbot

This repo contains some algorithms of famous optimization techniques (such as lpp, ipp, dynamic programming)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Based Optimization Techniques(cbot)


Methods :

  • Simplex Method
  • Johnsons Method
  • Make Span Method
  • Primal to Dual Method

Examples :

Equi_johnson.py

Sample Input :

Part Machine 1 Machine 2
A 2 5
B 9 7
C 8 12
D 10 3
E 4 9
F 11 14

Sample Output :

alt text

About

This repo contains some algorithms of famous optimization techniques (such as lpp, ipp, dynamic programming)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%