Skip to content

Commit d0749c9

Browse files
authored
Update README.md
We now have nonlinear constraints in several forms.
1 parent 81ed5a9 commit d0749c9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Julia interface to [SCIP](http://scip.zib.de) solver.
66
[![Coverage Status](https://coveralls.io/repos/github/SCIP-Interfaces/SCIP.jl/badge.svg?branch=master)](https://coveralls.io/github/SCIP-Interfaces/SCIP.jl?branch=master)
77
[![codecov](https://codecov.io/gh/SCIP-Interfaces/SCIP.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SCIP-Interfaces/SCIP.jl)
88

9-
## Update (December 2018)
9+
## Update (March 2019)
1010

1111
We have completely rewritten the interface from scratch, using
1212
[Clang.jl](https://github.com/ihnorton/Clang.jl) to generate wrappers based on
@@ -15,9 +15,10 @@ The goal is to support [JuMP](https://github.com/JuliaOpt/JuMP.jl) (from version
1515
0.19 on) through
1616
[MathOptInterface](https://github.com/JuliaOpt/MathOptInterface.jl).
1717

18-
Currently, we support LP and MIP problems only.
19-
This means we still have a feature loss in the areas as nonlinear constraints as
20-
well as supported callbacks compared to previous versions (see below).
18+
Currently, we support LP, MIP and QCP problems, as well as some nonlinear constraints, both through `MOI` sets
19+
(e.g., for second-order cones) as well as for expression graphs (see below).
20+
21+
We still have feature loss in the area of callbacks compared to previous versions.
2122

2223
## Getting Started
2324

0 commit comments

Comments
 (0)