Skip to content

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

License

Notifications You must be signed in to change notification settings

AnuragAnalog/cbot

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages