You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m =RobustModel()
### do stuff
int_m =getInternalModel(m)
fails, because getInternalModel isn't exported from JuMPeR.jl around line 27... There seem to be some other model functions that are also not exported yet, presumably because they were added to JuMP recently.
More generally, it seems like a painful design choice to have to update the exports everytime new functionality is added to the Model class in JuMP...
The text was updated successfully, but these errors were encountered:
Maybe I should just make that macro into a package? The debate over what should go into Base is a classic bikeshed, but that doesn't mean the macro isn't useful now.
Right now
fails, because getInternalModel isn't exported from JuMPeR.jl around line 27... There seem to be some other model functions that are also not exported yet, presumably because they were added to JuMP recently.
More generally, it seems like a painful design choice to have to update the exports everytime new functionality is added to the Model class in JuMP...
The text was updated successfully, but these errors were encountered: