Skip to content

Commit

Permalink
Update sol.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 27, 2024
1 parent 904e48b commit dd64366
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/FileFormats/NL/sol.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ end
SolFileResults(
filename::String,
model::Model;
suffix_lower_bound_dual::Vector{String} =
["ipopt_zL_out", "lower_bound_dual"],
suffix_uuper_bound_dual::Vector{String} =
["ipopt_zU_out", "upper_bound_dual"],
suffix_lower_bound_duals::Vector{String} =
["ipopt_zL_out", "lower_bound_duals"],
suffix_uuper_bound_duals::Vector{String} =
["ipopt_zU_out", "upper_bound_duals"],
)
Parse the `.sol` file `filename` created by solving `model` and return a
Expand Down

0 comments on commit dd64366

Please sign in to comment.