python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What's the difference between Fusion API and Optimizer API in MOSEK?
The MOSEK solver has two APIs, one is the Fusion API and the other is the Optimizer API. What is the difference between them?
Lancdorr
Votes: 0
Answers: 1
View Mosek's License server status via URL
We are using Mosek's Floating License offering.
That means, the Mosek's license server runs on a separate dedicated server (=xyz and at a port=abc) on-premises. It displays the started the server is s...
pqrz
Votes: 0
Answers: 1
Accessing suboptimal solution in Mosek+Cvxpy
We are using Mosek solver via its Cvxpy interface.
We deal with large-scale optimization problem on a regular-basis and sometimes the runtime is very high. So, we specify a upper limit on runtime usin...
pqrz
Votes: 0
Answers: 1
Tranform a constraint in Mosek
I have to solve the following optimisation problem in R Mosek:
This is a convex constraint which can be transformed into the intersection of 2^N-1 cone constraints and one half space:
This is unfeas...
TEX
Votes: 0
Answers: 2