-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize code among files in core (#1101)
Apologies for the huge diff and the conflicts this will create, but a reorganization of the core code was overdue. This only moves code, there are no other changes. A rough overview of the changes: - validation.jl: split out schemas.jl, and moved all validation functions in - solve.jl: split out parameter structs to parameter.jl - create.jl and io.jl: split out into read.jl and write.jl - const.jl: move single const to write.jl - add callback.jl for solver callback related code - add graph.jl for graph related code - bmi.jl: split out all non-BMI functions, moved large function bodies elsewhere - utils.jl: split out add sparsity.jl for Jacobian sparsity generation
- Loading branch information
Showing
18 changed files
with
3,064 additions
and
3,068 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.