Skip to content

Commit

Permalink
Update configure_highs.jl
Browse files Browse the repository at this point in the history
Re-introduced crossover
  • Loading branch information
sambuddhac authored Apr 2, 2024
1 parent e5933dc commit b100745
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/configure_solver/configure_highs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ The HiGHS optimizer instance is configured with the following default parameters
# Objective target for termination
# [type: double, advanced: false, range: [-inf, inf], default: -inf]
objective_target: -Inf
# Run the crossover routine for IPX
# [type: string, advanced: "on", range: {"off", "on"}, default: "off"]
run_crossover: "off"
"""
function configure_highs(solver_settings_path::String, optimizer::Any)

Expand Down

0 comments on commit b100745

Please sign in to comment.