Hi
I am implementing a node which has 2 functionalities.
- Find solutions.
- Use the solutions of 1 to find new solutions.
One option could be executed after another if the user wishes. But if you only want to use option 2 you must have data that has already been generated. Therefore, it loads the data into a file. Therefore, what I want is to be able to fill the output port with data from a file without executing the node.
Thanks in advance.