Package it.univr.di.cstnu.algorithms
Class PSTN.PSTNCheckStatus
java.lang.Object
it.univr.di.cstnu.algorithms.STN.STNCheckStatus
it.univr.di.cstnu.algorithms.PSTN.PSTNCheckStatus
- All Implemented Interfaces:
Serializable
- Enclosing class:
PSTN
Extends STNCheckStatus to represent the result of the approximating STNU.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionDC STNU obtained setting contingent link bounds such that the conjunct probability mass isprobabilityMass
.int
xit flag of the minimization procedure.double
the conjuncted probability mass obtained by setting the contingent bounds inapproximatingSTNU
.static final long
it.unimi.dsi.fastutil.objects.ObjectImmutableList
<STNUEdge> Possible semi-reducible negative cycle;(package private) STNU.STNUCheckStatus.SRNCKind
Kind of SRNCFields inherited from class it.univr.di.cstnu.algorithms.STN.STNCheckStatus
consistency, cycles, executionTimeNS, finished, initialized, negativeCycle, negativeLoopNode, note, partialExecutionTimeNS, propagationCalls, stdDevExecutionTimeNS, stdDevPartialExecutionTimeNS, timeout
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class it.univr.di.cstnu.algorithms.STN.STNCheckStatus
checkTimeOutAndAdjustStatus, reset
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
approximatingSTNU
DC STNU obtained setting contingent link bounds such that the conjunct probability mass isprobabilityMass
. -
exitFlag
public int exitFlagxit flag of the minimization procedure. -
probabilityMass
public double probabilityMassthe conjuncted probability mass obtained by setting the contingent bounds inapproximatingSTNU
. -
srn
Possible semi-reducible negative cycle; -
srncKind
STNU.STNUCheckStatus.SRNCKind srncKindKind of SRNC
-
-
Constructor Details
-
PSTNCheckStatus
public PSTNCheckStatus()
-
-
Method Details
-
getApproximatingSTNU
- Returns:
- the approximating STNU, null if there is no STNU, or if it is not determined.
-
getProbabilityMass
public double getProbabilityMass()- Returns:
- the conjunct probability mass
-
getSrn
- Returns:
- the negative semi-reducible cycle (if it has been determined).
-
getSrncKind
- Returns:
- the kind of SRNC that was possibly found.
-
toString
- Overrides:
toString
in classSTN.STNCheckStatus
- Returns:
- the status of a check with all determined index values.
-