Skip to content

JuliaSmoothOptimizers/QuadraticModelsGurobi.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Bug reports and discussions

If you think you found a bug, feel free to open an issue. Focused suggestions and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.

If you want to ask a question not suited for a bug report, feel free to start a discussion here. This forum is for general discussion about this repository and the JuliaSmoothOptimizers organization, so questions about any of our packages are welcome.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published