File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const DEFAULT_NONLINMPC_JACDENSE = AutoForwardDiff()
55const DEFAULT_NONLINMPC_JACSPARSE = AutoSparse (
66 AutoForwardDiff ();
77 sparsity_detector= TracerSparsityDetector (),
8- coloring_algorithm= GreedyColoringAlgorithm (ALL_COLORING_ORDERS),
8+ coloring_algorithm= GreedyColoringAlgorithm (ALL_COLORING_ORDERS, postprocessing = true ),
99)
1010const DEFAULT_NONLINMPC_HESSIAN = DEFAULT_NONLINMPC_JACSPARSE
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const DEFAULT_NONLINMHE_JACOBIAN = AutoForwardDiff()
55const DEFAULT_NONLINMHE_HESSIAN = AutoSparse (
66 AutoForwardDiff ();
77 sparsity_detector= TracerSparsityDetector (),
8- coloring_algorithm= GreedyColoringAlgorithm (ALL_COLORING_ORDERS),
8+ coloring_algorithm= GreedyColoringAlgorithm (ALL_COLORING_ORDERS, postprocessing = true ),
99)
1010
1111@doc raw """
You can’t perform that action at this time.
0 commit comments