File tree Expand file tree Collapse file tree
src/solvers/madnlp_solver Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ export MadNLPOptions
99
1010 # Pass-throughs consumed by MadNLP's MOI layer (not by MadNLP itself);
1111 # leave as `nothing` to use MadNLP defaults. Only forwarded when non-nothing.
12- linear_solver:: Any = nothing # e.g. MadNLPGPU.CUDSSSolver, MadNLP.LapackCPUSolver
13- array_type:: Any = nothing # e.g. CUDA.CuArray for GPU
14- kkt_system:: Any = nothing # e.g. MadNLP.SparseUnreducedKKTSystem
12+ linear_solver:: Any = nothing # e.g. MadNLPGPU.CUDSSSolver, MadNLP.LapackCPUSolver
13+ array_type:: Any = nothing # e.g. CUDA.CuArray for GPU
14+ kkt_system:: Any = nothing # e.g. MadNLP.SparseUnreducedKKTSystem
1515 cudss_ordering:: Any = nothing # e.g. MadNLPGPU.AMD_ORDERING
1616
1717 # # Only supported by DirectTrajOpt._solve, as an optional kwarg override of `hessian_approximation`;
You can’t perform that action at this time.
0 commit comments