Skip to content

MadNLP/COPSBenchmark.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages