Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jalving committed Jun 8, 2020
1 parent bbd501a commit 7c0b5d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PipsNlpInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ function pipsnlp_solve(graph::ModelGraph) #Assume graph variables and constraint
node.ext[:colVal] = local_data.x_sol
end
end

status = :Unknown
if ret == 0
status = :Optimal
Expand All @@ -755,4 +756,4 @@ end #end pips_nlp_solve

end #end module

#NOTE: linkconstraint bounds need to be on every worker. Testing whether workers can use zeros for bounds they don't need.
#NOTE: linkconstraint bounds need to be on every worker. Currently testing whether workers can use zeros for bounds they don't need.

0 comments on commit 7c0b5d2

Please sign in to comment.