Closed whikloj closed 2 years ago
Currently you can set a single algorithm or add/remove an algorithm.
It seems convenient to be able to just set all the algorithms at once if you know what they are.
Essentially a setAlgorithm() call followed by multiple addAlgorithm() calls.
setAlgorithm()
addAlgorithm()
Currently you can set a single algorithm or add/remove an algorithm.
It seems convenient to be able to just set all the algorithms at once if you know what they are.
Essentially a
setAlgorithm()
call followed by multipleaddAlgorithm()
calls.