martinbiel / StochasticPrograms.jl

Julia package for formulating and analyzing stochastic recourse models.
MIT License
75 stars 25 forks source link

Write instantiated model to file #50

Open lindnemi opened 12 months ago

lindnemi commented 12 months ago

Instantiating a large model may take quite some time. Is there a way to save an instantiated model to a file? Ideally like write_to_file in JuMP.

Serializing and deserializing with the standard Julia functions did not work, causing the Julia session to crash when I optimized the deserialized model.