Skip to content

Commit

Permalink
Merge pull request #84 from blegat/with_optimizer
Browse files Browse the repository at this point in the history
with_optimizer -> optimizer_with_attributes
  • Loading branch information
hakanergun authored Mar 8, 2024
2 parents d6f3fbb + ecaa097 commit 9f83845
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 9f83845

Please sign in to comment.