/SP_PSO

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

Primary LanguageC++

Compile

make

Run serial version

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

Run parallel version

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

where <n> is the instance.