Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiedxu committed Aug 12, 2019
1 parent 68955d0 commit 42a8d08
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,26 @@ In this package, there are formulated algorithm for four kinds of optimization p
- [x] Mixed Integer Linear Programming
- [ ] Robust Optimization
- [ ] Stochastic Optimization
- [ ] Benders Decomposition
- [X] Benders Decomposition for MILP
- [ ] L-Shaped Benders Decomposition
- [ ] Dantzig-Wolfe Decomposition Family

## How to Use

```
julia> Pkg.clone("https://github.com/edxu96/MatrixOptim.git")
```

Or

```
(v1.1) pkg> add https://github.com/edxu96/MatrixOptim.git
```

Besides, remember to update it regularly after installation:

```
julia> Pkg.update("MatrixOptim")
(v1.1) pkg> update MatrixOptim
```

Or
You can test the package:

```
(v1.1) pkg> update MatrixOptim
(v1.1) pkg> test MatrixOptim
```

## More Info
Expand Down

0 comments on commit 42a8d08

Please sign in to comment.