Skip to content

Seweryn-Was/PCmax-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCmax problem

Problem definition can be found on wikipedia:

Purpose of this repository

In this repository we will be creating our solution to the problem presented above. The assignment is done for studies for the subject of Combinatorial Optimization

Program is written in C++. Data will be inputed by .txt files which will follow the given format:

2
7
5 
5 
7 
7 
4 
4 
3
  • number of processors
    m = 2
  • number of processes
    n = 7
  • processes time
    processes = [5, 5, 7, 7, 4, 4, 3]

About

Solver for PCmax problem using Genetic Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published