Skip to content

Commit 95407fc

Browse files
committed
Reorganise MOI_Nonlinear_fork into operators, model, parse and evaluator
To match MOI.Nonlinear. Note all functions have been copy-pasted from MOI.Nonlinear.
1 parent 08bcf64 commit 95407fc

7 files changed

Lines changed: 920 additions & 910 deletions

File tree

src/ArrayDiff.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ include("utils.jl")
4242
include("reverse_mode.jl")
4343
include("forward_over_reverse.jl")
4444
include("mathoptinterface_api.jl")
45-
include("MOI_Nonlinear_fork.jl")
45+
include("operators.jl")
46+
include("model.jl")
47+
include("parse.jl")
48+
include("evaluator.jl")
4649

4750
"""
4851
Mode() <: AbstractAutomaticDifferentiation

0 commit comments

Comments
 (0)