Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COPSBenchmark.jl

Run tests Documentation codecov

Implementation of the COPS benchmark for nonlinear optimization, with backends for JuMP and ExaModels.

Quick start

using COPSBenchmark, JuMP, Ipopt

model = COPSBenchmark.rocket_model(COPSBenchmark.JuMPBackend(), 400)
set_optimizer(model, Ipopt.Optimizer)
set_silent(model)
optimize!(model)
using COPSBenchmark, ExaModels, NLPModelsIpopt

model = COPSBenchmark.rocket_model(COPSBenchmark.ExaModelsBackend(), 400)
result = ipopt(model; print_level=0)

About

Implementation of the COPS benchmark with JuMP.

Resources

Stars

8 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages