Skip to content

Commit

Permalink
MOSEK not available for MILP
Browse files Browse the repository at this point in the history
  • Loading branch information
tpfau committed Apr 5, 2018
1 parent a04b2b5 commit 9c4700d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initCobraToolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function initCobraToolbox()
SOLVERS.gurobi.type = {'LP', 'MILP', 'QP', 'MIQP'};
SOLVERS.ibm_cplex.type = {'LP', 'MILP', 'QP'};
SOLVERS.matlab.type = {'LP', 'NLP'};
SOLVERS.mosek.type = {'LP', 'QP', 'MILP'};
SOLVERS.mosek.type = {'LP', 'QP'};
SOLVERS.pdco.type = {'LP', 'QP'};
SOLVERS.quadMinos.type = {'LP'};
SOLVERS.tomlab_cplex.type = {'LP', 'MILP', 'QP', 'MIQP'};
Expand Down

0 comments on commit 9c4700d

Please sign in to comment.