File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ A Generalized Disjunctive Programming (GDP) extension to JuMP.
55![ logo] ( logo.png )
66
77[ ![ codecov] ( https://codecov.io/gh/hdavid16/DisjunctiveProgramming.jl/graph/badge.svg?token=3FRPGMWF0J )] ( https://codecov.io/gh/hdavid16/DisjunctiveProgramming.jl )
8- [ ![ Docs] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://hdavid16 .github.io/DisjunctiveProgramming.jl/stable/ )
9- [ ![ Docs] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://hdavid16 .github.io/DisjunctiveProgramming.jl/dev/ )
8+ [ ![ Docs] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://infiniteopt .github.io/DisjunctiveProgramming.jl/stable/ )
9+ [ ![ Docs] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://infiniteopt .github.io/DisjunctiveProgramming.jl/dev/ )
1010
1111## Installation
1212
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ into a variety of mixed-integer programs.
1010
1111| ** Current Version** | ** Documentation** | ** Build Status** | ** Citation** |
1212| :---------------------------------------:| :-------------------------------------------------------------------------------:| :-----------------------------------------------------------------------------------------------:| :--------------------------------------:|
13- | [ ![ Version] ( https://docs.juliahub.com/DisjunctiveProgramming/version.svg )] ( https://juliahub.com/ui/Packages/General/DisjunctiveProgramming ) | [ ![ Docs] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://hdavid16 .github.io/DisjunctiveProgramming.jl/stable/ ) | [ ![ Build Status] ( https://github.com/infiniteopt/InfiniteOpt.jl/workflows/CI/badge.svg?branch=master )] ( https://github.com/hdavid16/DisjunctiveProgramming.jl/actions?query=workflow%3ACI ) [ ![ codecov.io] ( https://codecov.io/gh/hdavid16/DisjunctiveProgramming.jl/graph/badge.svg?token=3FRPGMWF0J )] ( https://codecov.io/gh/hdavid16/DisjunctiveProgramming.jl ) | [ ![ DOI] ( https://proceedings.juliacon.org/papers/10.21105/jcon.00117/status.svg )] ( https://doi.org/10.21105/jcon.00117 ) |
13+ | [ ![ Version] ( https://docs.juliahub.com/DisjunctiveProgramming/version.svg )] ( https://juliahub.com/ui/Packages/General/DisjunctiveProgramming ) | [ ![ Docs] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://infiniteopt .github.io/DisjunctiveProgramming.jl/stable/ ) | [ ![ Build Status] ( https://github.com/infiniteopt/InfiniteOpt.jl/workflows/CI/badge.svg?branch=master )] ( https://github.com/hdavid16/DisjunctiveProgramming.jl/actions?query=workflow%3ACI ) [ ![ codecov.io] ( https://codecov.io/gh/hdavid16/DisjunctiveProgramming.jl/graph/badge.svg?token=3FRPGMWF0J )] ( https://codecov.io/gh/hdavid16/DisjunctiveProgramming.jl ) | [ ![ DOI] ( https://proceedings.juliacon.org/papers/10.21105/jcon.00117/status.svg )] ( https://doi.org/10.21105/jcon.00117 ) |
1414
1515` DisjunctiveProgramming ` builds upon ` JuMP ` to add support GDP modeling objects which include:
1616
@@ -42,7 +42,7 @@ julia> import Pkg; Pkg.add("DisjunctiveProgramming")
4242
4343## Documentation
4444
45- Please visit our [ documentation pages] ( https://hdavid16 .github.io/DisjunctiveProgramming.jl/stable/ )
45+ Please visit our [ documentation pages] ( https://infiniteopt .github.io/DisjunctiveProgramming.jl/stable/ )
4646to learn more.
4747
4848## Citing
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ makedocs(
1010 checkdocs = :none
1111)
1212deploydocs (;
13- repo= " github.com/hdavid16 /DisjunctiveProgramming.jl" ,
13+ repo= " github.com/infiniteopt /DisjunctiveProgramming.jl" ,
1414)
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ A Generalized Disjunctive Programming (GDP) extension to JuMP.
55![ logo] ( assets/logo.png )
66
77[ ![ codecov] ( https://codecov.io/gh/hdavid16/DisjunctiveProgramming.jl/graph/badge.svg?token=3FRPGMWF0J )] ( https://codecov.io/gh/hdavid16/DisjunctiveProgramming.jl )
8- [ ![ Docs] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://hdavid16 .github.io/InventoryManagement.jl/stable/ )
9- [ ![ Docs] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://hdavid16 .github.io/InventoryManagement.jl/dev/ )
8+ [ ![ Docs] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://infiniteopt .github.io/InventoryManagement.jl/stable/ )
9+ [ ![ Docs] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://infiniteopt .github.io/InventoryManagement.jl/dev/ )
1010
1111## Installation
1212
You can’t perform that action at this time.
0 commit comments