I wrote a Julia function and on the first line inside the function, I had a print statement. After I call the function in REPL, It takes a long time for it to get to the first line of the function. Does anyone know what the issue is?
PS: the function used JuMP in later lines, I don’t know if it has anything to do with this.