Closed m8pple closed 8 years ago
Ooops, posted this and didn't answer it.
For tbb and opencl, I will link them in when I build the program. You can see the command I'm using in the auto-run logs.
In terms of different implementations: you should only have one active implementations, so your libpuzzler will expose exactly one solution. However, that solution may be a composite solution, with different methods activated in difference scenarios. So it is often a good idea to keep all your different solutions in the main code (within reason - e.g. keep the TBB once there is also an OpenCL), but with some method to allow you to activate different paths based on run-time inputs.