Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.01 KB

SCIP.jl

Julia interface to SCIP solver.

Build Status Coverage Status codecov

This is a complete rewrite. We use Clang.jl to generate wrappers based on the headers of the SCIP library. We aim to support JuMP through MathOptInterface. In this first pass, only the LinQuadOptInterface will be implemented. This means that we will have a feature loss in the areas of general nonlinear constraints as well as supported callbacks.