Skip to content

Commit

Permalink
with_optimizer -> optimizer_with_attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Mar 5, 2024
1 parent f8fbb97 commit ecaa097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PowerModelsACDC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const _IM = InfrastructureModels
import SparseArrays
import NLsolve

import JuMP: with_optimizer
export with_optimizer
import JuMP: optimizer_with_attributes
export optimizer_with_attributes

# Create our module level logger (this will get precompiled)
const _LOGGER = Memento.getlogger(@__MODULE__)
Expand Down

0 comments on commit ecaa097

Please sign in to comment.