Skip to content

Commit acc57e0

Browse files
add VectorNonlinearOracle support
1 parent 2fe6bb9 commit acc57e0

4 files changed

Lines changed: 689 additions & 0 deletions

File tree

src/NonLinearProgram/NonLinearProgram.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ function MOI.empty!(model::Model)
353353
end
354354

355355
include("nlp_utilities.jl")
356+
include("vno_bridge.jl")
356357

357358
"""
358359
_inertia_correction(

0 commit comments

Comments
 (0)