Skip to content

Commit 5bf4535

Browse files
authored
Use MathOptIIS (#54)
* Use MathOptIIS * format
1 parent 6b2ada1 commit 5bf4535

File tree

5 files changed

+46
-561
lines changed

5 files changed

+46
-561
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "0.1.0"
55
[deps]
66
Dualization = "191a621a-6537-11e9-281d-650236a99e60"
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8+
MathOptIIS = "8c4f8055-bd93-4160-a86b-a0c04941dbff"
89
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
910
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1011

@@ -17,5 +18,6 @@ MathOptAnalyzerJuMPExt = "JuMP"
1718
[compat]
1819
Dualization = "0.6.0"
1920
JuMP = "1.24.0"
21+
MathOptIIS = "0.1.0"
2022
MathOptInterface = "1.37.0"
2123
julia = "1.10"

src/Infeasibility/Infeasibility.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ module Infeasibility
88
import MathOptInterface as MOI
99
import MathOptAnalyzer
1010

11-
include("intervals.jl")
12-
include("_eval_variables.jl")
13-
1411
include("structs.jl")
1512
include("analyze.jl")
1613
include("summarize.jl")

src/Infeasibility/_eval_variables.jl

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)