Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

ModelSEED MS FBAProblem

Scott Devoid edited this page Jun 29, 2012 · 1 revision

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