ModelSEED MS FBAProblem - ModelSEED/Model-SEED-core GitHub Wiki
submitLPFile Definition: Output = ModelSEED::MS::Model->submitLPFile({ solver => string filename => }); Description: Prints FBA problem in LP formate
addVariable Definition: ModelSEED::MS::Variable = ModelSEED::MS::FBAProblem->addVariable({}); Description: Adds a variable to the problem
addConstraint Definition: ModelSEED::MS::Constraint = ModelSEED::MS::FBAProblem->addConstraint({}); Description: Adds a variable to the problem
⚠️ **GitHub.com Fallback** ⚠️