Skip to content

blegat/GenOpt.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GenOpt

Still very much a draft. I'll add more details later. When the user uses the container syntax to create constraints, MOI receives each constraint independently so ExaModels.jl has to recover the repeated structure. We discussed during the JuMP-dev hackathon of a way to communicate the repeated structure through MOI more explicitly and this PR is a POC the resulting design. As a byproduct, this also gives a solution for jump-dev/JuMP.jl#1654 since the constraint will be expanded at the MOI level with a bridge from IteratedFunction in Zeros to Scalar?Function in EqualTo (we need a way to know the scalar function type but that should be doable) We can also recover the pretty printing of containers that we had in JuMP v0.18. Started as jump-dev/JuMP.jl#3890

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages