Skip to content

Commit a8c4afb

Browse files
committed
readme
1 parent 0fd9c95 commit a8c4afb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,13 @@ m = Model()
3535
@disjunction(m,(con1,con2),(con3,con4), reformulation=:BMR)
3636

3737
┌ Warning: No M value passed for con1[1] : x[1] <= 3.0. M = 7.0 was inferred from the variable bounds.
38-
└ @ JuGDP C:\Users\HD\.julia\dev\JuGDP\src\reformulate.jl:56
3938
┌ Warning: No M value passed for con1[2] : x[2] <= 4.0. M = 6.0 was inferred from the variable bounds.
40-
└ @ JuGDP C:\Users\HD\.julia\dev\JuGDP\src\reformulate.jl:56
4139
┌ Warning: No M value passed for con2[1] : -x[1] <= 0.0. M = 0.0 was inferred from the variable bounds.
42-
└ @ JuGDP C:\Users\HD\.julia\dev\JuGDP\src\reformulate.jl:56
4340
┌ Warning: No M value passed for con2[2] : -x[2] <= 0.0. M = 0.0 was inferred from the variable bounds.
44-
└ @ JuGDP C:\Users\HD\.julia\dev\JuGDP\src\reformulate.jl:56
4541
┌ Warning: No M value passed for con3[1] : -x[1] <= -5.0. M = 5.0 was inferred from
4642
the variable bounds.
47-
└ @ JuGDP C:\Users\HD\.julia\dev\JuGDP\src\reformulate.jl:56
4843
┌ Warning: No M value passed for con3[2] : -x[2] <= -4.0. M = 4.0 was inferred from
4944
the variable bounds.
50-
└ @ JuGDP C:\Users\HD\.julia\dev\JuGDP\src\reformulate.jl:56
5145
┌ Warning: No M value passed for con4[1] : x[1] <= 9.0. M = 1.0 was inferred from the variable bounds.
52-
└ @ JuGDP C:\Users\HD\.julia\dev\JuGDP\src\reformulate.jl:56
5346
┌ Warning: No M value passed for con4[2] : x[2] <= 6.0. M = 4.0 was inferred from the variable bounds.
54-
└ @ JuGDP C:\Users\HD\.julia\dev\JuGDP\src\reformulate.jl:56
5547
```

0 commit comments

Comments
 (0)