Skip to content

Commit 43bc9cf

Browse files
committed
Add modifier to remove fixed variables
1 parent 40655dd commit 43bc9cf

6 files changed

Lines changed: 619 additions & 1 deletion

File tree

src/NLPModelsModifiers.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ macro notimplemented_use_nls(fun)
1414
))
1515
end
1616

17+
include("no-fixed.jl")
1718
include("feasibility-form-nls.jl")
1819
include("feasibility-residual.jl")
1920
include("quasi-newton.jl")

0 commit comments

Comments
 (0)