Description: C++ program using OpenMP to solve 2D levels from the IQ-puzzle 505 from Lonpos from designtorget.se
Look in level.txt for example usage.
Compile program using gcc with:
gcc -O3 -fopenmp -o iqps iqps.cpp
Run with:
./iqps (path to level.txt)
To Search:
File list (Check if you may need any files):
iqps.cpp
level.txt
level25.txt
level_easy.txt