Skip to content

Commit

Permalink
fix compiler err
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridovi committed Nov 18, 2024
1 parent 27debd1 commit cdde71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function PrimalDualMCP(
lower_bounds::Vector,
upper_bounds::Vector;
backend_options = (;)
)
) where {T<:Union{FD.Node,Symbolics.Num}}
assert(
all(isinf.(lower_bounds)) &&
all(isinf.(upper_bounds) .|| upper_bounds .== 0)
Expand Down

0 comments on commit cdde71d

Please sign in to comment.