Skip to content

Commit abebb92

Browse files
committed
readme
1 parent a8c4afb commit abebb92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# JuGDP.jl
22
Generalized Disjunctive Programming extension to JuMP
33

4-
# Installation
4+
## Installation
55

66
```julia
77
using Pkg
88
Pkg.add("https://github.com/hdavid16/JuGDP.jl")
99
```
1010

11-
# Disjunctions
11+
## Disjunctions
1212

1313
Disjunctions can be applied to standard JuMP models with constraints of that are either `GreaterThan`, `LessThan`, or `EqualTo`. Reformulations on constraints that are `Interval` are not supported. The disjunctions can be reformulated via the Big-M method or the Convex Hull as described [here](https://optimization.mccormick.northwestern.edu/index.php/Disjunctive_inequalities). The user may provide an `M` object that represents the BigM value(s) or the upper bound on the disaggregated variables in the convex hull. The `M` object can be a `Number` that is applied to all constraints in the disjuncts, or a `Vector`/`Tuple` of values that are used for each of the disjuncts.
1414

15-
# Example
15+
## Example
1616

1717
The example before is from the [Northwestern University Process Optimization Open Textbook](https://optimization.mccormick.northwestern.edu/index.php/Disjunctive_inequalities).
1818

0 commit comments

Comments
 (0)