tranvutuan2001 / ORpraktikum

4 stars 3 forks source link

Update function calls #35

Closed lakhoune closed 2 years ago

lakhoune commented 2 years ago

Currently, we call solve() which internally calls load_data_and_params and write_solution. Ideally, load_data_and_params should be called before solve is called and its output should be passed onto solve. solve should return the solved model and then write_solution should be called with the necessary data as input.