Re: [julia-users] Re: Organizing code around Jump models

2015-06-14 Thread Francois Gilbert
g new methods, e.g., mip(m::Model) = > m.uc.mip. > > Does this help? It's always a challange to design good abstractions, and > we're definitely open to making it easier to build modular models like this > in JuMP. Are there Julia language features which you feel are making

[julia-users] Re: Organizing code around Jump models

2015-06-04 Thread Francois Gilbert
Could you give an example of how you might organize this code in a more > namespace heavy language like C++ or Java? I think this is quite a general > question on how to structure large Julia applications, not really specific > to JuMP. > > Best, > Miles > > On Wedne

[julia-users] Organizing code around Jump models

2015-06-03 Thread Francois Gilbert
Hi all, Is anyone aware of any effort building large OR applications? I am currently working at organizing a relatively large code base making use of the JuMP libraries. The context is unit-commitment and transmission planning. Flexibility and code re-use is among our priorities. Here ar