Skip to content

Commit

Permalink
Error
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanicERS committed Jan 31, 2025
1 parent 3507dd8 commit 36183d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/initialize_model!.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
function initialize_model!(; model_container)

free_variables = filter(f->!is_fixed(f), all_variables(model_container.model))
set_start_value.(free_variables,1.01)

# First set the starting values and report if anything is missing
for k names(object_dictionary(model_container.model))
if model_container.model[k] isa VariableRef
Expand Down

0 comments on commit 36183d5

Please sign in to comment.