Package | Description |
---|---|
general |
Modifier and Type | Method and Description |
---|---|
DoubleResult |
Bind.FBA(boolean saveResults,
boolean chechInt)
Checks the interactions if it has to, and performs the FBA.
|
DoubleResult |
Bind.FBAWithConstraints(java.util.List<Constraint> constraintsToAdd,
boolean saveResults,
boolean chechInt)
Takes constraints, checks interactions for those constraints, and
performs FBA.
|
DoubleResult |
CplexBind.go(boolean saveResults) |
protected DoubleResult |
GLPKBind.go(boolean saveResults) |
protected abstract DoubleResult |
Bind.go(boolean saveResults)
Make the solver perform the solves.
|
private DoubleResult |
Bind.goWithConstraints(java.util.List<Constraint> constraints,
boolean saveResults)
Performs the solver solve with constraints.
|