One possible way I can think is let user store the solver as
solver = GLPK.Optimizerbefore the first model is run, and then simply usesolverin my second model.
This is the recommended way, just ask the user for an optimizer.
One possible way I can think is let user store the solver as
solver = GLPK.Optimizerbefore the first model is run, and then simply usesolverin my second model.
This is the recommended way, just ask the user for an optimizer.