StructJuMP / StructJuMP.jl

A block-structured optimization framework for JuMP
Other
54 stars 19 forks source link

Expose DLP and BendersBridge #47

Closed ktarplee closed 7 years ago

ktarplee commented 7 years ago

I am fairly new to Julia so I am not sure what the best way is to expose these methods defined in BendersBridge.jl. Including it (with include()) from the tests is generating redefinition warnings and of course is not easily accessible to an end user.

joehuchette commented 7 years ago

By expose do you mean: doing using StructJuMP makes these methods available in the namespace? Then it would be sufficient to add export BendersBridge, DLP like this (along with some documentation, preferably).

ktarplee commented 7 years ago

fixed in #49

blegat commented 7 years ago

You mean in #49 ?