Skip to content

Commit

Permalink
Removed NLP from quadMinos
Browse files Browse the repository at this point in the history
  • Loading branch information
tpfau committed Apr 5, 2018
1 parent f0b9183 commit 5338528
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 @@ -323,7 +323,7 @@ function initCobraToolbox()
SOLVERS.matlab.type = {'LP', 'NLP'};
SOLVERS.mosek.type = {'LP', 'QP', 'MILP'};
SOLVERS.pdco.type = {'LP', 'QP'};
SOLVERS.quadMinos.type = {'LP', 'NLP'};
SOLVERS.quadMinos.type = {'LP'};
SOLVERS.tomlab_cplex.type = {'LP', 'MILP', 'QP', 'MIQP'};

% passive support - solver interfaces
Expand Down

0 comments on commit 5338528

Please sign in to comment.