Replies: 2 comments 1 reply
-
We would need much more information to see what is going on, but infeasible means that you have incompatible constraints in your model. Like x>3 as and x<2 simultaneously for instance. On another note, if your model has more than 100,000 reactions GLPK will become bad at solving it. Simplex methods don't perform well with models of that size. You can try with CPLEX or Gurobi and choosing an interior point method for solving the problem ("barrier" methods in CPLEX and Gurobi). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem description
Please explain:
I'm trying to find solution on a host microbe model using pFBA but it is running since four days an then I received the error that the model is infeasible. Do you have please any idea on how to solve the problem or maybe using another type of flux balance analysis because the model is huge ( contain human and microbial community model).
Thank you for your help.
Code Sample
Create a minimal, complete, verifiable example.
Beta Was this translation helpful? Give feedback.
All reactions