geoffroyleconte / QuadraticModelsGurobi.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuadraticModelsGurobi

A package to use Gurobi to optimize linear and quadratic problems in QPSData format (see QPSReader.jl)

Usage

using QPSReader, QuadraticModels, QuadraticModelsGurobi
qps = readqps("AFIRO.SIF")
qm = QuadraticModel(qps)
stats = gurobi(qm)

About

License:MIT License


Languages

Language:Julia 96.8%Language:Shell 3.2%