You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: