Skip to content

Commit

Permalink
export bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sshin23 committed Mar 7, 2024
1 parent b799be2 commit b8e206d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MadNLP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import SuiteSparse: UMFPACK, CHOLMOD
import NLPModels
import NLPModels: finalize, AbstractNLPModel, obj, grad!, cons!, jac_coord!, hess_coord!, hess_structure!, jac_structure!, NLPModelMeta, get_nvar, get_ncon, get_minimize, get_x0, get_y0, get_nnzj, get_nnzh, get_lvar, get_uvar, get_lcon, get_ucon
import SolverCore: solve!, getStatus, AbstractOptimizationSolver, AbstractExecutionStats
export MadNLPSolver, MadNLPOptions, UmfpackSolver, LapackCPUSolver, madnlp, solve!
export MadNLPSolver, MadNLPOptions, UmfpackSolver, LDLSovler, CHOLMODSolver, LapackCPUSolver, madnlp, solve!

# Version info
version() = parsefile(joinpath(@__DIR__,"..","Project.toml"))["version"]
Expand Down

0 comments on commit b8e206d

Please sign in to comment.