Skip to content

abhishekchandran/dailypy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Resource Allocation

Design

  • 0-1 Knapsack algo has been used, which minimises the cost and maximises the resources.
  • There are two files:
    • res-alloc.py has methods to create a 2-D Matrix and calculate cost and instances used
    • configs.py hours, cost, instances, cpus and min capacity can be asisgned in this file

Execution

  • run python res-alloc.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages