thanh tu
unread,Mar 4, 2026, 8:53:52 AMMar 4Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mosek
Hi everyone,
I am new with Mosek. I want to ask about one issue.
I am trying to implement a branch-and-cut algorithm with Mosek.
The algorithm adds violated cuts after each time it resolves the model.
However, I implemented in Python and Mosek did not use warm start to resolve the model, which makes the solving process much longer.
Is there any way to Mosek use warm start after some cuts (constraints) are added to the model? For example, implement in C++?
I hope someone can help me figure it out!