Skip to content

Commit

Permalink
mosek maxCardinalityConservationVector working
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtfleming committed Nov 7, 2024
1 parent 67731c8 commit ab3ca80
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/base/solvers/cardOpt/sparseLP/optimizeCardinality.m
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
[feasTol] = getCobraSolverParams('LP', 'feasTol');

global CBT_LP_SOLVER
if strcmp('mosek',CBT_LP_SOLVER)
error('mosek not working with optCard -TODO debug with testOptimizeCbModel')
end

%% Check inputs
if ~exist('param','var') || isempty(param)
Expand Down

0 comments on commit ab3ca80

Please sign in to comment.