File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -387,6 +387,15 @@ solving:
387387 solver :
388388 name : highs
389389 options : highs-default
390+ solver_options :
391+ highs-default :
392+ primal_feasibility_tolerance : 1.0e-06
393+ dual_feasibility_tolerance : 1.0e-06
394+ ipm_optimality_tolerance : 1.0e-06
395+ gurobi-default :
396+ BarConvTol : 1.0e-06
397+ FeasibilityTol : 1.0e-06
398+ OptimalityTol : 1.0e-06
390399 mem : 4000
391400
392401data :
@@ -473,6 +482,14 @@ cba:
473482 solver :
474483 name : highs
475484 options : highs-simplex
485+ solver_options :
486+ highs-simplex :
487+ primal_feasibility_tolerance : 1.0e-06
488+ dual_feasibility_tolerance : 1.0e-06
489+ gurobi-default :
490+ BarConvTol : 1.0e-06
491+ FeasibilityTol : 1.0e-05
492+ OptimalityTol : 1.0e-06
476493
477494 # Rolling horizon solving settings
478495 solving :
492509 solver_options :
493510 highs-simplex :
494511 parallel : " off" # does not speed up solution
512+ primal_feasibility_tolerance : 1.0e-06
513+ dual_feasibility_tolerance : 1.0e-06
514+ gurobi-simplex :
515+ FeasibilityTol : 1.0e-06
516+ OptimalityTol : 1.0e-06
You can’t perform that action at this time.
0 commit comments