Skip to content

Commit

Permalink
Merge pull request #234 from lanl-ansi/integer_examples_dropped
Browse files Browse the repository at this point in the history
Integer examples dropped
  • Loading branch information
harshangrjn authored Jun 9, 2023
2 parents 32757b2 + d1b5f72 commit 2d1a8e7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 529 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Alpine.jl Change Log

## v0.5.5
- Removed use of e.g. for JuMP documentation in README (#230)
- Dropped support for integer variable MINLPs in `examples` (#233)
- Updated README in `examples` folder to clarify `minlp_solver` dependency (#232)

## v0.5.4
- Added `random_QCQPs` folder with python generator files for all the instances appearing in this paper: https://arxiv.org/pdf/2301.00306.pdf
- Minor tweaks in docs and main README file
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Alpine"
uuid = "07493b3f-dabb-5b16-a503-4139292d7dd4"
authors = ["Harsha Nagarajan, Site Wang, Kaarthik Sundar and contributors"]
repo = "https://github.com/lanl-ansi/Alpine.jl.git"
version = "0.5.4"
version = "0.5.5"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import Pkg
Pkg.add("Alpine")
```

## Use with JuMP
## Usage with JuMP

Use Alpine with JuMP as follows:
Use Alpine with [JuMP](https://github.com/jump-dev/JuMP.jl) as follows:

```julia
using JuMP, Alpine, Ipopt, HiGHS
Expand Down
Loading

0 comments on commit 2d1a8e7

Please sign in to comment.