Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"FVAOptForce" function Error #2153

Open
3 tasks done
SiYeon-Ju opened this issue Jun 15, 2023 · 0 comments
Open
3 tasks done

"FVAOptForce" function Error #2153

SiYeon-Ju opened this issue Jun 15, 2023 · 0 comments

Comments

@SiYeon-Ju
Copy link

SiYeon-Ju commented Jun 15, 2023

Hello,
When i tried to run "FVAOptForce" function of cobratoolbox with gurobi v9.5.2 in Matlab R2022b, an Error generated as below.

Code)
..
constrWT = struct('rxnList', {{'Biomass'}}, 'rxnValues', floor(growthRate.f), 'rxnBoundType', 'b')
constrMT = struct('rxnList', {{'Biomass', 'LDH'}}, 'rxnValues', [0, floor(model_sol.f)], 'rxnBoundType', 'bb')
[minFluxesW, maxFluxesW, minFluxesM, maxFluxesM, ~, ~] = FVAOptForce(model_Lactic, constrWT, constrMT);

Error)
Error using fluxVariability>calcSolForEntry
A Solution could not be found!
This should not be possible but can happenif the used solver cannot properly handle
unboundedness, or if there are numerical issues.
Please try to use a different solver.

How can i solve it?
Have a good day, Thank you.

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant