Skip to content

Commit b575101

Browse files
committed
update NEWS, README
1 parent 69b67f8 commit b575101

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# News
22

3+
## v0.9.1
4+
5+
- Add a Julia wrapper for constraint handlers. [109](https://github.com/SCIP-Interfaces/SCIP.jl/pull/109)
6+
37
## v0.9.0
48

59
- support MOI v0.9 [#126](https://github.com/SCIP-Interfaces/SCIP.jl/pull/126)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ The goal is to support [JuMP](https://github.com/JuliaOpt/JuMP.jl) (from version
2020
Currently, we support LP, MIP and QCP problems, as well as some nonlinear constraints, both through `MOI` sets
2121
(e.g., for second-order cones) as well as for expression graphs (see below).
2222

23-
We still have feature loss in the area of callbacks compared to previous versions.
23+
It is now possible to implement SCIP constraint handlers in Julia. Other plugin
24+
types are not yet supported.
2425

2526
## Getting Started
2627

0 commit comments

Comments
 (0)