Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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: 1 addition & 1 deletion ext/ModelAnalyzerJuMPExt/ModelAnalyzerJuMPExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ function ModelAnalyzer.constraints(
return JuMP.constraint_ref_with_index.(model, ref)
end

end # module ModelAnalyzerJuMPExt
end # module ModelAnalyzerJuMPExt
17 changes: 17 additions & 0 deletions src/Feasibility/Feasibility.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright (c) 2025: Joaquim Garcia, Oscar Dowson and contributors
#
# Use of this source code is governed by an MIT-style license that can be found
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.

module Feasibility

import Dualization
import MathOptInterface as MOI
import ModelAnalyzer
import Printf

include("structs.jl")
include("analyze.jl")
include("summarize.jl")

end # module Feasibility
Loading
Loading