> User's Guide > Flux Balance Analysis > Optimization
FBA Constraint Variation-Objective Function Analysis

This process is used to compute the effects of varying the constraints in a stoichiometric network on the optimal values of a list of objective functions. The following steps are executed during this process:

1. If a constraints file is specified, the flux constraints it contains are applied.
2. An output file is opened with the next name specified in the output file name file.
3. The next set of flux constraints contained in the constraint variation file are applied. These constraints will override any pre-existing constraints.
4. The next objective function contained in the specified objective function file is retrieved, optimized in the specified direction, and the results are written to the next line of the current output file.
5. If another objective function is present in the objective function file, Step 4 is repeated.
6. The current output file is closed, and the flux constraints are returned to the state achieved immediately after Step 1.
7. If another set of flux constraints is present in the constraint variation file, Steps 2-6 are repeated.

Here is the set of keywords this process understands, along with a description of their possible corresponding values. See the command line documentation for more information about keyword-value pairs.


Required Keywords Possible Values
Process FBA Constraint Variation-Objective Function Analysis
Reaction File The name of an FBA Reaction File containing a stoichiometric network.
Constraint Variation File The name of a text file containing the flux constraint variations. See Constraint Variation Files for further information.
Objective Function File The name of a text file containing the objective functions to be optimized. See Objective Function Files for further information.
Optimization Sense The sense, or direction, in which the optimal values will be computed. See Optimization Senses for further information.
Program Solver The name of the program solver to be used to compute the optimal values. See Program Solvers for further information.
Output File Name File The name of the file containing the names of the files to which the computed values will be written. See File Name Files and FBA Multiple-Optimization Output Files for further information.
Data Headers The data headers of the specified output files. See FBA Optimization Data Headers for further information.
Optional Keywords Possible Values
Constraints File The name of a text file containing an initial set of flux constraints. See Constraints Files for further information.
Constraint Tolerance The amount by which the linear program solver is allowed to violate the defined flux constraints. See Constraint Tolerances for further information.
Safety Level The safety level at which the optimization will be performed. See Safety Levels for further information.
Program Solver Parameter File The name of the file containing parameters for the linear program solver. See Program Solver Parameter Files for further information.
Objective Function File Format The format of the objective function file. See Objective Function Files for further information.

Examples

Click here for an example.