Skip to content

findStoichConsistentSubset error in minCardinalityConservationRelaxationVector #2337

Open
@Gpreciat

Description

@Gpreciat

Error using optimizeCardinality
mosek not working with optCard -TODO debug with testOptimizeCbModel

Error in minCardinalityConservationRelaxationVector (line 112)
solutionRelax = optimizeCardinality(cardProblem,param);

Error in findStoichConsistentSubset (line 324)
[relaxRxnBool,solutionRelax] = minCardinalityConservationRelaxationVector(model.S(boolMet,boolRxn),minCardRelaxParams,printLevel-1);

Error in XomicsToModel (line 796)
[~, ~, ~, ~, ~, ~, model, stoichConsistModel] = findStoichConsistentSubset(model, ...

Error in XomicsToMultipleModels (line 380)
[omicsModel, modelGenerationReport] = XomicsToModel(genericModel, specificData, param);

Error in driver_createMultipleIDNModels (line 163)
directoriesWithModels = XomicsToMultipleModels(modelGenerationConditions, param);

I hereby confirm that I have:

  • Tried to solve the issue on my own
  • Retried to run my code with the latest version of The COBRA Toolbox
  • Checked that a similar issue has not already been opened

(Note: You may replace [ ] with [X] to check the box)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions