Skip to content

Commit

Permalink
Update src/Nonlinear/model.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 9, 2023
1 parent 3fb243b commit 63f0139
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nonlinear/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function MOI.is_empty(model::Model)
isempty(model.operators.registered_univariate_operators) &&
isempty(model.operators.registered_multivariate_operators) &&
model.last_constraint_index === Int64(0)
return
end

function Base.copy(::Model)
Expand Down

0 comments on commit 63f0139

Please sign in to comment.