Skip to content

Warning: If you intend to use initial guesses, you must use a fifth output as [sol,problem,~,~,P] = P(p) #1236

Discussion options

You must be logged in to vote

With optimizer object, the call will not be warm-started the first time you use it (i.e. any assignment using assign is redundant), but the idea is that when optimizer makes a call to its solver, the solution is saved, and reused. However, for it to be saved, it has to output it self from the call, with the warm-start info appended.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mrkento11
Comment options

@johanlofberg
Comment options

@mrkento11
Comment options

@johanlofberg
Comment options

Answer selected by mrkento11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants