|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgramSolverStatus | |
---|---|
sbrt.ext.cplex | Provides a class that allows communication with CPLEX. |
sbrt.ext.glpk | Provides a class that allows communication with GLPK. |
sbrt.kernel.fba.comp | Provides classes and interfaces for performing Flux Balance Analysis computations. |
sbrt.kernel.math.optimization | Provides classes and interfaces for creating objects relevant to solving optimization problems. |
Uses of ProgramSolverStatus in sbrt.ext.cplex |
---|
Methods in sbrt.ext.cplex that return ProgramSolverStatus | |
---|---|
ProgramSolverStatus |
CplexSolver.getStatus()
Returns the status of the most recently attempted optimization. |
Uses of ProgramSolverStatus in sbrt.ext.glpk |
---|
Methods in sbrt.ext.glpk that return ProgramSolverStatus | |
---|---|
ProgramSolverStatus |
GlpkSolver.getStatus()
Returns the status of the most recently attempted optimization. |
Uses of ProgramSolverStatus in sbrt.kernel.fba.comp |
---|
Methods in sbrt.kernel.fba.comp that return ProgramSolverStatus | |
---|---|
ProgramSolverStatus |
FbaOptException.getStatus()
Returns the status of the attempted optimization. |
Constructors in sbrt.kernel.fba.comp with parameters of type ProgramSolverStatus | |
---|---|
FbaOptException(MathExpr<?> objectiveFunction,
OptSense sense,
ProgramSolverStatus status)
Constructs a new FBA optimization exception. |
|
FbaOptException(MathExpr<?> objectiveFunction,
OptSense sense,
ProgramSolverStatus status,
java.lang.String message)
Constructs a new FBA optimization exception. |
Uses of ProgramSolverStatus in sbrt.kernel.math.optimization |
---|
Methods in sbrt.kernel.math.optimization that return ProgramSolverStatus | |
---|---|
ProgramSolverStatus |
ProgramSolver.getStatus()
Returns the status of the most recently attempted optimization. |
static ProgramSolverStatus |
ProgramSolverStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProgramSolverStatus[] |
ProgramSolverStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |