Skip to content

Commit

Permalink
Removing cplex_direct from MIQP list
Browse files Browse the repository at this point in the history
  • Loading branch information
tpfau authored and Thomas Pfau committed Mar 18, 2019
1 parent e33cb60 commit 8f007db
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 @@ -324,7 +324,7 @@ function initCobraToolbox(updateToolbox)
'mosek',struct(),...
'matlab',struct());
% active support - supported solvers
SOLVERS.cplex_direct.type = {'LP', 'MILP', 'QP', 'MIQP'};
SOLVERS.cplex_direct.type = {'LP', 'MILP', 'QP'};
SOLVERS.dqqMinos.type = {'LP'};
SOLVERS.glpk.type = {'LP', 'MILP'};
SOLVERS.gurobi.type = {'LP', 'MILP', 'QP', 'MIQP'};
Expand Down

0 comments on commit 8f007db

Please sign in to comment.