dsigler1234

Results 3 issues of dsigler1234

**Description** With a PowerSimulations.jl operations model calling solve! twice in a row on the operations model throws an error. The error results come not calling build! before the second solve....

code bug

Hello, I am attempting to get the lower bound from an integer program using the Gurobi C API. Here is my example ```Julia using JuMP, Gurobi const GRB_ENV = Gurobi.Env()...

Wrapper: C API
Help wanted!

Hello, I was hoping to use BilevelJuMP with PowerSimulations.jl. There is already existing code to construct my lower level JuMP model in PowerSimulations.jl, which I would like to leverage. Is...