Skip to content

Commit

Permalink
solver settings: add copt-gpu setings for pdlp solver
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Jul 22, 2024
1 parent b8b92ac commit f11f8d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,13 @@ solving:
Threads: 8
LpMethod: 2
Crossover: 0
RelGap: 1.e-6
Dualize: 0
copt-gpu:
LpMethod: 6
GPUMode: 1
PDLPTol: 1.e-5
Crossover: 0
cbc-default: {} # Used in CI
glpk-default: {} # Used in CI

Expand Down

0 comments on commit f11f8d8

Please sign in to comment.