Package org.jacop.constraints.netflow
Class Statistics
- java.lang.Object
-
- org.jacop.constraints.netflow.StatisticsBase
-
- org.jacop.constraints.netflow.Statistics
-
public class Statistics extends StatisticsBase
This class stores all the statistics gather during the execution of the network flow constraint.- Version:
- 4.8
-
-
Field Summary
Fields Modifier and Type Field Description StatisticsBase
NVARS
StatisticsBase
SVARS
StatisticsBase
WVARS
StatisticsBase
XVARS
-
Fields inherited from class org.jacop.constraints.netflow.StatisticsBase
amountPruned, arcsExamined, arcsPruned, consistencyCalls, consistencyIterations, DF, maxScoreSum, minScoreSum
-
-
Constructor Summary
Constructors Constructor Description Statistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.jacop.constraints.netflow.StatisticsBase
toString
-
-
-
-
Field Detail
-
NVARS
public final StatisticsBase NVARS
-
XVARS
public final StatisticsBase XVARS
-
WVARS
public final StatisticsBase WVARS
-
SVARS
public final StatisticsBase SVARS
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classStatisticsBase
-
-