lanl-ansi / Juniper.jl

A JuMP-based Nonlinear Integer Program Solver
https://lanl-ansi.github.io/Juniper.jl/stable/
MIT License
179 stars 22 forks source link

Document passing user-defined functions #173

Closed odow closed 4 years ago

odow commented 4 years ago

As raised on Discourse https://discourse.julialang.org/t/minlp-optimization-with-user-defined-objective-function/33627.

Wikunia commented 4 years ago

As mentioned by Miles in https://github.com/lanl-ansi/Juniper.jl/issues/118 we might want to get rid of working with expression graphs then this won't be a problem anymore.

ccoffrin commented 4 years ago

Given our current rate of progress on NLP improvements in JuMP, it seems suitable to have some documentation of the current hack in meantime.