Skip to content

Commit 9239b1a

Browse files
Format MadNLPOptions per JuliaFormatter
1 parent 1bf0416 commit 9239b1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/solvers/madnlp_solver/options.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`;

0 commit comments

Comments
 (0)