Home > Blockchain >  What's the difference between Fusion API and Optimizer API in MOSEK?
What's the difference between Fusion API and Optimizer API in MOSEK?

Time:03-24

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.

  • Related