Hi all,
I am learning how JuMP package enables the use of functions like set_lower_bound(), these functions are defined in JuMP and could be called by the user from REPL.
But from the file where set_lower_bound() is defined, I did not find any “export” command, so I wonder how user can use set_lower_bound() directly without returning UndefVarError?
Thank you