public class Vars
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
cheat
Determines if FlexFlux uses epsilon.
|
static int |
decimalPrecision
Number of decimals of precision of the calculations.
|
static double |
epsilon
Value used to approximate inequalities.
|
static java.lang.String |
FluxSumKeyWord
Keyword for the sum of all fluxes.
|
static java.lang.String |
Irrev1 |
static java.lang.String |
Irrev2 |
static double |
libertyPercentage
Percentage of liberty for constraints created by objective functions.
|
static int |
maxThread
Maximum number of threads created.
|
Constructor and Description |
---|
Vars() |
Modifier and Type | Method and Description |
---|---|
static double |
round(double value)
Rounds number to the decimal precision.
|
public static int maxThread
public static boolean cheat
public static double epsilon
public static java.lang.String FluxSumKeyWord
public static java.lang.String Irrev1
public static java.lang.String Irrev2
public static double libertyPercentage
public static int decimalPrecision