make a component factory preloader for all components used by the CP algorithms
This is a followup to !68703 (merged) that uses that mechanism to add factories for all components used by the common CP algorithms. This is not necessarily the prettiest way of doing things, but it is what can be practically done right now with little effort. It should probably be replaced by a better mechanism at some point.
Command to test/run this:
FullCPAlgorithmsTest_eljob.py --data-type data --algorithm-memory --factory-preload 'libComponentFactoryPreloaderDict.so,CP::preloadComponentFactories' --block-config --use-flags
Edited by Jakub Kremer