Skip to content

A serial and parallel algorithm to solve regular 2D strip packing using Particle Swarm Optimization and a recursive heuristic.

Notifications You must be signed in to change notification settings

maramire/SP_PSO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile

make

Run serial version

./main Instancias/C/<n>.txt

Run parallel version

./parallel_main Instancias/C/<n>.txt

where <n> is the instance.

About

A serial and parallel algorithm to solve regular 2D strip packing using Particle Swarm Optimization and a recursive heuristic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published