Uses of Class
org.jacop.core.TimeStamp
-
-
Uses of TimeStamp in org.jacop.constraints
Fields in org.jacop.constraints declared as TimeStamp Modifier and Type Field Description private TimeStamp<java.lang.Integer>
ValuePrecede. alpha
Defines variables alpha, beta, gamma for the algorithmprivate TimeStamp<java.lang.Integer>
ValuePrecede. beta
private TimeStamp<java.lang.Integer>
AtLeast. equal
private TimeStamp<java.lang.Integer>
AtMost. equal
private TimeStamp<java.lang.Integer>
Count. equal
private TimeStamp<java.lang.Integer>
CountBounds. equal
private TimeStamp<java.lang.Integer>[]
CountValues. equal
private TimeStamp<java.lang.Integer>[]
CountValuesBounds. equal
private TimeStamp<java.lang.Integer>
CountVar. equal
(package private) TimeStamp<java.lang.Integer>
ExtensionalSupportMDD. G_no_size
private TimeStamp<java.lang.Integer>
ValuePrecede. gamma
protected TimeStamp<java.lang.Integer>
Alldifferent. grounded
TimeStamp<java.lang.Integer>
ExtensionalSupportSTR. headsOfEliminatedTuples
Gives the first position of the eliminated tuple at a given level.private TimeStamp<java.lang.Integer>
AmongVar. lb0TS
private TimeStamp<java.lang.Integer>
Among. lowerBorder
private TimeStamp<java.lang.Integer>
Linear. nextGroundedPosition
Deprecated.The position for the next grounded variable.private TimeStamp<java.lang.Integer>
Sum. nextGroundedPosition
Deprecated.The position for the next grounded variable.private TimeStamp<java.lang.Integer>
SumWeight. nextGroundedPosition
The position for the next grounded variable.private TimeStamp<java.lang.Integer>
SumWeightDom. nextGroundedPosition
Deprecated.The position for the next grounded variable.(package private) TimeStamp<java.lang.Integer>
Alldistinct. nStamp
private TimeStamp<java.lang.Short>
ElementIntegerFast. order
private TimeStamp<java.lang.Integer>
AndBoolVector. position
private TimeStamp<java.lang.Integer>
AtLeast. position
private TimeStamp<java.lang.Integer>
AtMost. position
private TimeStamp<java.lang.Integer>
Channel. position
private TimeStamp<java.lang.Integer>
Count. position
private TimeStamp<java.lang.Integer>
CountBounds. position
private TimeStamp<java.lang.Integer>
CountValues. position
private TimeStamp<java.lang.Integer>
CountValuesBounds. position
private TimeStamp<java.lang.Integer>
CountVar. position
private TimeStamp<java.lang.Integer>
Max. position
Defines first position of the variable that needs to be consideredprivate TimeStamp<java.lang.Integer>
Member. position
private TimeStamp<java.lang.Integer>
Min. position
Defines first position of the variable that needs to be consideredprivate TimeStamp<java.lang.Integer>
OrBoolVector. position
private TimeStamp<java.lang.Integer>
BoolClause. positionX
Defines first position of the variable that is not ground to 0 (positionX) or 0 (positionY).private TimeStamp<java.lang.Integer>
BoolClause. positionY
private TimeStamp<java.lang.Integer>
CountValues. rest
private TimeStamp<java.lang.Integer>
CountValuesBounds. rest
(package private) TimeStamp<java.lang.Integer>
GCC. stamp
(package private) TimeStamp<java.lang.Integer>
Alldistinct. stampNotGroundedVariables
(package private) TimeStamp<java.lang.Integer>
Alldistinct. stampReachability
(package private) TimeStamp<java.lang.Integer>
Alldistinct. stampValues
private TimeStamp<java.lang.Integer>
Linear. sumGrounded
Deprecated.The sum of grounded variables.private TimeStamp<java.lang.Integer>
Sum. sumGrounded
Deprecated.The sum of grounded variables.private TimeStamp<java.lang.Long>
SumWeight. sumGrounded
The sum of grounded variables.private TimeStamp<java.lang.Integer>
SumWeightDom. sumGrounded
Deprecated.The sum of grounded variables.TimeStamp<java.lang.Integer>
ExtensionalSupportSTR. tailsOfEliminatedTuples
Gives the last position of the eliminated tuple at a given level.private TimeStamp<java.lang.Integer>
AmongVar. ub0TS
private TimeStamp<java.lang.Integer>
Among. upperBorder
private TimeStamp<java.lang.Integer>
AmongVar. xGrounded
private TimeStamp<java.lang.Integer>
AmongVar. yGrounded
Fields in org.jacop.constraints with type parameters of type TimeStamp Modifier and Type Field Description (package private) java.util.Map<IntVar,TimeStamp<java.lang.Integer>>
Alldistinct. matching
(package private) java.util.Map<IntVar,TimeStamp<java.lang.Integer>>
Alldistinct. sccStamp
(package private) java.util.Map<java.lang.Integer,TimeStamp<java.lang.Integer>>
Alldistinct. stamps
-
Uses of TimeStamp in org.jacop.constraints.cumulative
Fields in org.jacop.constraints.cumulative declared as TimeStamp Modifier and Type Field Description private TimeStamp<java.lang.Integer>
CumulativePrimary. activePnt
-
Uses of TimeStamp in org.jacop.constraints.diffn
Fields in org.jacop.constraints.diffn declared as TimeStamp Modifier and Type Field Description (package private) TimeStamp<java.util.BitSet>[]
Nooverlap. overlapping
Defines first position of the variable that is not ground to 1 -
Uses of TimeStamp in org.jacop.constraints.geost
Fields in org.jacop.constraints.geost declared as TimeStamp Modifier and Type Field Description (package private) TimeStamp<java.lang.Integer>
Geost. lastLevelLastVar
It stores the position of the last variable grounded in the previous level.(package private) TimeStamp<java.lang.Integer>
Geost. setStart
it stores the index of the first object which have changed at current level. -
Uses of TimeStamp in org.jacop.constraints.knapsack
Fields in org.jacop.constraints.knapsack declared as TimeStamp Modifier and Type Field Description private TimeStamp<java.lang.Integer>
Knapsack. positionOfCriticalItem
The current position of the critical item in the tree -
Uses of TimeStamp in org.jacop.constraints.netflow
Fields in org.jacop.constraints.netflow declared as TimeStamp Modifier and Type Field Description TimeStamp<java.lang.Integer>
Network. deletedSize
Number of deleted arcs at each levelTimeStamp<java.lang.Integer>
Network. modifiedSize
Number of modified arcs at each level -
Uses of TimeStamp in org.jacop.constraints.regular
Fields in org.jacop.constraints.regular declared as TimeStamp Modifier and Type Field Description private TimeStamp<java.lang.Integer>[]
Regular. activeLevels
Time-stamp for the number of active states in each levelprivate TimeStamp<java.lang.Integer>
Regular. leftChange
The ith smallest level of Layered Graph which have changed.private TimeStamp<java.lang.Integer>
Regular. rightChange
The ith largest level of Layered Graph which have changed.private TimeStamp<java.lang.Integer>
Regular. touchedIndex
The position of the currentTouchedIndexMethods in org.jacop.constraints.regular with parameters of type TimeStamp Modifier and Type Method Description boolean
RegEdge. check(TimeStamp<java.lang.Integer>[] activeLevels)
It checks if the edge is between active states.abstract boolean
RegState. isActive(TimeStamp<java.lang.Integer>[] activeLevels)
The function return if the state is still active.boolean
RegStateDom. isActive(TimeStamp<java.lang.Integer>[] activeLevels)
boolean
RegStateInt. isActive(TimeStamp<java.lang.Integer>[] activeLevels)
-
Uses of TimeStamp in org.jacop.constraints.table
Fields in org.jacop.constraints.table declared as TimeStamp Modifier and Type Field Description private TimeStamp<java.lang.Integer>
ReversibleSparseBitSet. limit
(package private) TimeStamp<long[]>
ReversibleSparseBitSet. words
(package private) TimeStamp<java.lang.Long>
SimpleTable. words
Main data structure for the constraint -
Uses of TimeStamp in org.jacop.core
Fields in org.jacop.core declared as TimeStamp Modifier and Type Field Description TimeStamp<java.lang.Integer>
Store. pointer4GroundedBooleanVariables
It specifies the current pointer to put next changed boolean variable. -
Uses of TimeStamp in org.jacop.floats.constraints.linear
Fields in org.jacop.floats.constraints.linear declared as TimeStamp Modifier and Type Field Description (package private) TimeStamp<java.lang.Boolean>
Linear. noSat
-
Uses of TimeStamp in org.jacop.floats.search
Fields in org.jacop.floats.search declared as TimeStamp Modifier and Type Field Description (package private) TimeStamp<java.lang.Integer>
SplitRandomSelectFloat. currentIndex
(package private) TimeStamp<java.lang.Integer>
SplitSelectFloat. currentIndex
-
Uses of TimeStamp in org.jacop.search
Fields in org.jacop.search declared as TimeStamp Modifier and Type Field Description (package private) TimeStamp<java.lang.Integer>
InputOrderSelect. currentIndex
-
Uses of TimeStamp in org.jacop.set.constraints
Fields in org.jacop.set.constraints declared as TimeStamp Modifier and Type Field Description protected TimeStamp<IntDomain>
Lex. inDifference
Deprecated.protected TimeStamp<IntDomain>
Lex. smallerDifference
Deprecated.
-