Results 10 comments of RIAHI Ilhem

![image](https://user-images.githubusercontent.com/75625865/184305996-8cd40099-45ce-492f-81b3-a6a8d3bb5415.png)

![image](https://user-images.githubusercontent.com/75625865/183307651-c759289d-7412-43a7-80e2-e644e5e3ad0d.png)

Can you tell me please how to import cplex for free ? or maybe a link which explain how to do this ?

my model is huge it's with more 200.000 reactions and more than 100.000 metabolites. Do you think if I will take the academic license it will be able to solve...

Yes I'm reading .mat file and yeah I mean C which is the C : ![image](https://user-images.githubusercontent.com/75625865/179022322-fdbdf627-76f3-4f16-acb3-e614ec46f921.png) In fact , I want to To enforce that flux through a microbial reaction...

Thank you for your answer but can't undrestand how can I multiply biomass (which an rxn by an integer) ? biomass = model.reactions.get_by_id("") rxn = model.reactions.get_by_id("") c = 20000 coupling...

Thank you for your answer : please how to deal with reactions that have an id begins with number like this in cobrapy: ![image](https://user-images.githubusercontent.com/75625865/179620763-b84de603-28d9-4f00-9911-a8c116dab766.png)

Thank you very much. Can you please how can I check if these constraints are successfully added to the model because I'm trying to do this model.problem.Constraint.coupling and it doesn't...

Please I'm trying to loop over biomass list and rxns_id , to insert in every loop the biomass with the corresponding rxns using this code and I don't have error...