Skip to content

Commit 3a5d0d7

Browse files
committed
Also warmstart slacks
1 parent 2b46d8c commit 3a5d0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function TrajectoryGamesBase.solve_trajectory_game!(
2020
if isnothing(initial_guess)
2121
initial_guess = generate_initial_guess(solver, game, initial_state)
2222
else
23-
initial_guess = (; x₀ = initial_guess.x, y₀ = initial_guess.y)
23+
initial_guess = (; x₀ = initial_guess.x, y₀ = initial_guess.y, s₀ = initial_guess.s)
2424
end
2525

2626
raw_solution = IPMCPs.solve(

0 commit comments

Comments
 (0)