Skip to content

Commit 2a9241d

Browse files
authored
Reorganize files (#40)
1 parent 0f117a7 commit 2a9241d

22 files changed

+4382
-4339
lines changed

ext/ModelAnalyzerJuMPExt/ModelAnalyzerJuMPExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ function ModelAnalyzer.constraints(
9292
return JuMP.constraint_ref_with_index.(model, ref)
9393
end
9494

95-
end # module ModelAnalyzerJuMPExt
95+
end # module ModelAnalyzerJuMPExt

src/Feasibility/Feasibility.jl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copyright (c) 2025: Joaquim Garcia, Oscar Dowson and contributors
2+
#
3+
# Use of this source code is governed by an MIT-style license that can be found
4+
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5+
6+
module Feasibility
7+
8+
import Dualization
9+
import MathOptInterface as MOI
10+
import ModelAnalyzer
11+
import Printf
12+
13+
include("structs.jl")
14+
include("analyze.jl")
15+
include("summarize.jl")
16+
17+
end # module Feasibility

0 commit comments

Comments
 (0)