Skip to content

brynjarorng/Systems-optimization-Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SA Exercise

Important variables

  • FILE_TO_READ
    • Sets the input file to be read
  • SOLUTION_FILE
    • Sets the output file and directory for the parsed solution

Run the program

This project uses python 3.9.6. To install all required dependencies run:

pip3 -r requirements.txt

To run the algorithm:

python main.py

Future work

Initial state

Sort the tasks by difficulity and distribute them evenly on all the cores. The faster cores get the more time consuming tasks while slower cores get shorter tasks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages