Skip to content

Commit 42dd65a

Browse files
authored
Prep for public release (#9)
1 parent 0edfb95 commit 42dd65a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
[![Build Status](https://github.com/jump-dev/MathOptLazy.jl/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/jump-dev/MathOptLazy.jl/actions?query=workflow%3ACI)
44
[![codecov](https://codecov.io/gh/jump-dev/MathOptLazy.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/jump-dev/MathOptLazy.jl)
55

6-
> [!warning]
7-
> This package is not registered and it is under active development. Breaking
8-
> changes may occur at any time.
9-
106
[MathOptLazy.jl](https://github.com/jump-dev/MathOptLazy.jl) is an experimental meta-solver for problems with lazy constraints.
117

128
## License
@@ -25,7 +21,7 @@ Install `MathOptLazy` using `Pkg.add`:
2521

2622
```julia
2723
import Pkg
28-
Pkg.add(; url = "https://github.com/jump-dev/MathOptLazy.jl")
24+
Pkg.add("MathOptLazy")
2925
```
3026

3127
## Use with JuMP

0 commit comments

Comments
 (0)