The MOSEK solver has two APIs, one is the Fusion API and the other is the Optimizer API. What is the difference between them?
CodePudding user response:
The Fusion API calls the Optimize API so optimizer API is more general. However, Fusion is a high-level API and hence is easier to use.