Skip to content

scipopt/SCIP.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.