Package jline.api.spn
Class Spn_lpbnd.SpnLpOptions
java.lang.Object
jline.api.spn.Spn_lpbnd.SpnLpOptions
- Enclosing class:
- Spn_lpbnd
Options of the relaxation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue adds the two liveness rows, valid only on a live net.double[]Initial tokens per place level, place-major; null reads the model.booleantrue (default) uses the second-moment, covariance and Little's law families, which need exponential firing times; false drops them and the whole y block, leaving the operational bound, which needs only a mean firing time and so admits any phase-type law.doubleSlack added to the inequality sides.booleanPrint the polytope size. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
markovian
public boolean markoviantrue (default) uses the second-moment, covariance and Little's law families, which need exponential firing times; false drops them and the whole y block, leaving the operational bound, which needs only a mean firing time and so admits any phase-type law. -
assumelive
public boolean assumelivetrue adds the two liveness rows, valid only on a live net. -
init
public double[] initInitial tokens per place level, place-major; null reads the model. -
tol
public double tolSlack added to the inequality sides. -
verbose
public boolean verbosePrint the polytope size.
-
-
Constructor Details
-
SpnLpOptions
public SpnLpOptions()
-