Skip to content

Commit

Permalink
[#123] updating ac-local params
Browse files Browse the repository at this point in the history
  • Loading branch information
hhijazi committed Oct 10, 2024
1 parent e1391a2 commit f58a6d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gurobi_optimods/opf/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,10 @@ def solve_opf(
useef = True
usejabr = False
default_solver_params = {
"MIPGap": 1e-3,
"OptimalityTol": 1e-3,
"Presolve": 0,
"SolutionLimit": 1,
"NodeLimit": 0,
"GURO_PAR_NLBARSLOPPYLIMIT": 2000,
"GURO_PAR_NLPNOISE": 2,
}
elif opftype.lower() == "ac":
opftype = "ac"
Expand Down

0 comments on commit f58a6d0

Please sign in to comment.