Hello, your project includes the ability to automatically generate Dependencies tags under the ModelStructure directory. However, I found that the project only associates all input variables with all output variables (because the dependList does not change during iteration to generate Dependencies), which seems to lead to incorrect dependency generation. Not all output variables depend on all input variables. I wonder if my understanding is correct. Can you answer my question?
Hello, your project includes the ability to automatically generate Dependencies tags under the ModelStructure directory. However, I found that the project only associates all input variables with all output variables (because the dependList does not change during iteration to generate Dependencies), which seems to lead to incorrect dependency generation. Not all output variables depend on all input variables. I wonder if my understanding is correct. Can you answer my question?