Package jline.api.spn
Class Spn_mdd.SpnOptions
java.lang.Object
jline.api.spn.Spn_mdd.SpnOptions
- Enclosing class:
- Spn_mdd
Options of the translation.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]Per-place-level token bound; null infers it from a place invariant.booleanBuild the Kronecker rate descriptor (default true)."exact" (default) or "resume".boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bound
public double[] boundPer-place-level token bound; null infers it from a place invariant. -
phmemory
"exact" (default) or "resume". -
descriptor
public boolean descriptorBuild the Kronecker rate descriptor (default true). Pass false for the MDD-rec route, which reads only the reachable set: the restrictions that exist purely because a Kronecker form must factorise per level (marking-dependent firing rates, multi-server modes drawing from several places) are then lifted, in exchange for the firing times having to be exponential. -
verbose
public boolean verbose
-
-
Constructor Details
-
SpnOptions
public SpnOptions()
-