Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ version = "0.1.0"
authors = ["fpacaud <francoispacaud8@gmail.com>"]

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
JuMP = "1.31.2"
LinearAlgebra = "1.12.0"
MadNLP = "0.10.1"
NLPModels = "0.21.12"
Expand Down
1 change: 1 addition & 0 deletions src/MadCheck.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module MadCheck
using LinearAlgebra
using SparseArrays
import NLPModels
using JuMP

include("solution.jl")
include("constraint_qualification.jl")
Expand Down
Loading