I have 3 phases in my Dymos trajectory. In the first and last phases I am using angle of attack as control. In the second phase, I do not want to control but just let the angle of attack stay at the last value from the first phase. I turned off optimization of angle of attack in the middle phase with opt = False. I used add_link_constraint() to connect alpha between the first and second phases but that didn't work how I thought it would --- in the second phase alpha defaults to zero and forces alpha at end of first phase to zero. Not sure how to make it override.