Uses of Interface
choco.kernel.memory.IStateInt

Packages that use IStateInt
choco.cp.solver.constraints.global   
choco.cp.solver.constraints.global.geost.layers   
choco.cp.solver.constraints.global.lightcostregular.structure   
choco.cp.solver.constraints.global.scheduling   
choco.cp.solver.constraints.global.tree.filtering.costFiltering   
choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows   
choco.cp.solver.constraints.global.tree.structure.inputStructure   
choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures   
choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews   
choco.cp.solver.constraints.integer   
choco.cp.solver.constraints.integer.bool   
choco.cp.solver.constraints.integer.bool.sum   
choco.cp.solver.constraints.integer.extension   
choco.cp.solver.constraints.set   
choco.cp.solver.search.integer.branching.domwdeg   
choco.cp.solver.search.task   
choco.cp.solver.variables.delta   
choco.cp.solver.variables.set   
choco.kernel.memory A package devoted to backtrackable data structures. 
choco.kernel.memory.copy   
choco.kernel.memory.structure   
choco.kernel.memory.structure.iterators   
choco.kernel.memory.trailing   
choco.kernel.solver.constraints.global.matching   
choco.kernel.solver.variables.scheduling   
samples.multicostregular.nsp   
samples.tutorials.to_sort.socialgolfer   
samples.tutorials.to_sort.tsp   
 

Uses of IStateInt in choco.cp.solver.constraints.global
 

Fields in choco.cp.solver.constraints.global declared as IStateInt
 IStateInt Lex.alpha
           
 IStateInt Lex.beta
           
 IStateInt Occurrence.nbPossible
          Store the number of variables which can still take the occurence value
 IStateInt Occurrence.nbSure
          Store the number of variables which are instantiated to the occurence value
 

Uses of IStateInt in choco.cp.solver.constraints.global.geost.layers
 

Methods in choco.cp.solver.constraints.global.geost.layers with parameters of type IStateInt
 boolean GeometricKernel.fixAllObjs_incr(int k, int[] oIDs, List<ExternalConstraint> ectrs, List<int[]> ctrlVs, IStateInt idxLastFreeObject)
           
 boolean GeometricKernel.fixAllObjs(int k, int[] oIDs, List<ExternalConstraint> ectrs, List<int[]> ctrlVs, IStateInt idxLastFreeObject)
          Tries to fix all the objects within one single propagation.
 

Uses of IStateInt in choco.cp.solver.constraints.global.lightcostregular.structure
 

Methods in choco.cp.solver.constraints.global.lightcostregular.structure that return IStateInt
protected  IStateInt LayeredGraph.getQ(int i, int j)
           
 

Uses of IStateInt in choco.cp.solver.constraints.global.scheduling
 

Fields in choco.cp.solver.constraints.global.scheduling declared as IStateInt
protected  IStateInt BoundHRTask.estH
           
protected  IStateInt BoundHRTask.lctH
           
 

Uses of IStateInt in choco.cp.solver.constraints.global.tree.filtering.costFiltering
 

Fields in choco.cp.solver.constraints.global.tree.filtering.costFiltering declared as IStateInt
protected  IStateInt[][] Cost.cost
          current cost matrix associated with the graph to partition
protected  IStateInt Cost.forestCost
          current cost of a forest covering the graph
protected  IStateInt[][] Cost.minCost
          current cost of the shortest path matrix associated with the graph to partition
 

Uses of IStateInt in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows
 

Fields in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows declared as IStateInt
protected  IStateInt[][] TimeWindow.minTravelTime
          current cost of the minimum travel time matrix associated with the graph to partition
protected  IStateInt[][] OrderedGraphPropag.minTravelTime
          minimum travel time matrix (computed from travelTime)
protected  IStateInt[][] TimeWindow.travelTime
          current traveltime matrix associated with the graph to partition
protected  IStateInt[][] OrderedGraphPropag.travelTime
          travel time matrix
 

Constructors in choco.cp.solver.constraints.global.tree.filtering.structuralFiltering.timeWindows with parameters of type IStateInt
DirectedPropag(IStateInt[][] travelTime, VarGraphView graph, Node[] nodes, RemovalsAdvisor propagateStruct)
          Constructor: build a propagator for the time windows constraints according to the graph
OrderedGraphPropag(IStateInt[][] travelTime, IStateInt[][] minTravelTime, PrecsGraphView precs, Node[] nodes, RemovalsAdvisor propagateStruct)
          Constructor: build a propagator for the time windows constraints according to the precedence constraints
OrderedGraphPropag(IStateInt[][] travelTime, IStateInt[][] minTravelTime, PrecsGraphView precs, Node[] nodes, RemovalsAdvisor propagateStruct)
          Constructor: build a propagator for the time windows constraints according to the precedence constraints
 

Uses of IStateInt in choco.cp.solver.constraints.global.tree.structure.inputStructure
 

Fields in choco.cp.solver.constraints.global.tree.structure.inputStructure declared as IStateInt
protected  IStateInt[][] TreeParameters.travelTime
          the travel time matrix
 

Methods in choco.cp.solver.constraints.global.tree.structure.inputStructure that return IStateInt
 IStateInt[][] TreeParameters.getTravelTime()
           
 

Uses of IStateInt in choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures
 

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures declared as IStateInt
protected  IStateInt[][] CostStructure.cost
          cost matrix associated with the graph to partition.
protected  IStateInt[] CostStructure.deltaCost
          minimum over cost induced by the outgoing arcs for each sink node of the required graph
protected  IStateInt CostStructure.forestCost
          backtrackable integer that record the cost of a forest cover of the graph to partition
protected  IStateInt[][] CostStructure.minCost
          backtrackable shortest path matrix
protected  IStateInt[][] ShortestPaths.minTravelTime
           
protected  IStateInt[][] ShortestPaths.travelTime
           
 

Methods in choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures that return IStateInt
 IStateInt[][] CostStructure.getCost()
           
 IStateInt[] CostStructure.getDeltaCost()
           
 IStateInt CostStructure.getForestCost()
           
 IStateInt[][] CostStructure.getMinCost()
           
 

Constructors in choco.cp.solver.constraints.global.tree.structure.internalStructure.costStrutures with parameters of type IStateInt
ShortestPaths(int nbNodes, IStateInt[][] travelTime, VarGraphView inputGraph, IStateInt[][] minTravelTime)
           
ShortestPaths(int nbNodes, IStateInt[][] travelTime, VarGraphView inputGraph, IStateInt[][] minTravelTime)
           
 

Uses of IStateInt in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews
 

Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews declared as IStateInt
protected  IStateInt StoredBitSetGraph.nbCC
          backtrackable integer recording the current number of connected components
 

Methods in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews that return IStateInt
 IStateInt StoredBitSetGraph.getNbCC()
           
 

Uses of IStateInt in choco.cp.solver.constraints.integer
 

Fields in choco.cp.solver.constraints.integer declared as IStateInt
protected  IStateInt[] ElementG.domainSize
           
protected  IStateInt MaxOfAList.indexOfMaximumVariable
          Index of the maximum variable.
protected  IStateInt MinOfAList.indexOfMinimumVariable
          Index of the minimum variable.
protected  IStateInt ElementG.lastIndexInf
           
protected  IStateInt ElementG.lastIndexSup
           
protected  IStateInt[] ElementVG.lastInf
           
protected  IStateInt[] ElementVG.lastSup
           
protected  IStateInt ElementG.lastVarInf
           
protected  IStateInt ElementG.lastVarSup
           
 

Uses of IStateInt in choco.cp.solver.constraints.integer.bool
 

Fields in choco.cp.solver.constraints.integer.bool declared as IStateInt
protected  IStateInt BoolIntLinComb.lb
          Lower bound of the expression
protected  IStateInt BoolIntLinComb.maxNegCoeff
          index of the maximum coefficient of negative sign
protected  IStateInt BoolIntLinComb.maxPosCoeff
          index of the maximum coefficient of positive sign
protected  IStateInt BoolIntLinComb.ub
          upper bound of the expression
 

Uses of IStateInt in choco.cp.solver.constraints.integer.bool.sum
 

Fields in choco.cp.solver.constraints.integer.bool.sum declared as IStateInt
 IStateInt BoolSumStructure.nbo
          The number of variables instantiated to one in the sum
 IStateInt BoolSumStructure.nbz
          The number of variables instantiated to zero in the sum
 

Methods in choco.cp.solver.constraints.integer.bool.sum that return IStateInt
 IStateInt BoolSumStructure.getNbOne()
           
 IStateInt BoolSumStructure.getNbZero()
           
 

Uses of IStateInt in choco.cp.solver.constraints.integer.extension
 

Fields in choco.cp.solver.constraints.integer.extension declared as IStateInt
protected  IStateInt[] AC2001BinSConstraint.currentSupport0
           
protected  IStateInt[] AC2001BinSConstraint.currentSupport1
           
protected  IStateInt[][] GAC2001PositiveLargeConstraint.supports
          supports[i][j stores the index of the tuple that currently support the variable-value pair (i,j)
protected  IStateInt[] GAC2001LargeSConstraint.supports
           
 

Uses of IStateInt in choco.cp.solver.constraints.set
 

Fields in choco.cp.solver.constraints.set declared as IStateInt
protected  IStateInt MinOfASet.indexOfMinimumVariable
          Index of the minimum variable.
protected  IStateInt[] SetNaryUnion.occurCpt
           
 

Uses of IStateInt in choco.cp.solver.search.integer.branching.domwdeg
 

Fields in choco.cp.solver.search.integer.branching.domwdeg declared as IStateInt
protected  IStateInt AbstractDomOverWDegBinBranching.nbRightBranches
           
 

Uses of IStateInt in choco.cp.solver.search.task
 

Fields in choco.cp.solver.search.task declared as IStateInt
protected  IStateInt[] SetTimes.flags
          The flags which indicates the last starting time of non selectable task.
 

Uses of IStateInt in choco.cp.solver.variables.delta
 

Constructors in choco.cp.solver.variables.delta with parameters of type IStateInt
BipartiteDeltaDomain(int size, int[] theValues, IStateInt theValuesInDomainNumber)
           
 

Uses of IStateInt in choco.cp.solver.variables.set
 

Fields in choco.cp.solver.variables.set declared as IStateInt
protected  IStateInt BitSetEnumeratedDomain.size
          Number of present values.
 

Uses of IStateInt in choco.kernel.memory
 

Methods in choco.kernel.memory that return IStateInt
 IStateInt IEnvironment.makeInt()
          Factory pattern: new IStateInt objects are created by the environment (no initial value is assigned to the backtrackable search)
 IStateInt IEnvironment.makeInt(int initialValue)
          Factory pattern: new IStateInt objects are created by the environment
 IStateInt IEnvironment.makeIntProcedure(IStateIntProcedure procedure, int initialValue)
          Factory pattern : new IStateInt with procedure objects are created by the environment
 

Uses of IStateInt in choco.kernel.memory.copy
 

Classes in choco.kernel.memory.copy that implement IStateInt
 class RcInt
           
 class RcIntProcedure
          A stored integer with an associated transition procedure.
 

Methods in choco.kernel.memory.copy that return IStateInt
 IStateInt EnvironmentCopying.makeInt()
           
 IStateInt EnvironmentCopying.makeInt(int initialValue)
           
 IStateInt EnvironmentCopying.makeIntProcedure(IStateIntProcedure procedure, int initialValue)
           
 

Uses of IStateInt in choco.kernel.memory.structure
 

Fields in choco.kernel.memory.structure declared as IStateInt
protected  IStateInt StoredIndexedBipartiteSet.last
          The first element of the list
protected  IStateInt StoredBipartiteSet.last
          The index of last element of the list
protected  IStateInt APartiallyStoredCstrList.priority
           
 

Uses of IStateInt in choco.kernel.memory.structure.iterators
 

Methods in choco.kernel.memory.structure.iterators with parameters of type IStateInt
 void BipartiteSetIterator.init(int[] aList, int[] aPosition, IStateInt aLast, IndexedObject[] anIdxToObjects)
          Freeze the iterator, cannot be reused.
 void BipartiteListRemIterator.init(int[] aList, IStateInt aLast)
          Freeze the iterator, cannot be reused.
 void BipartiteListIterator.init(int[] aList, IStateInt aLast)
          Freeze the iterator, cannot be reused.
 void PSVIndexIterator.init(int theNStaticObjects, E[] theStaticObjects, IStateInt theNStoredObjects)
          Freeze the iterator, cannot be reused.
 void PSVIterator.init(int theNStaticObjects, E[] theStaticObjects, IStateInt theNStoredObjects, E[] theStoredObjects)
          Freeze the iterator, cannot be reused.
 void PSIVIterator.init(int theNStaticInts, IStateInt theNStoredInts)
          Freeze the iterator, cannot be reused.
 void SBVSIterator1.init(StoredBipartiteVarSet aStoredBipartiteVarSet, E[] someElements, IStateInt aLast)
          Freeze the iterator, cannot be reused.
 

Uses of IStateInt in choco.kernel.memory.trailing
 

Classes in choco.kernel.memory.trailing that implement IStateInt
 class StoredInt
          A class implementing backtrackable integers.
 class StoredIntProcedure
          A stored integer with an associated transition procedure.
 

Methods in choco.kernel.memory.trailing that return IStateInt
 IStateInt EnvironmentTrailing.makeInt()
           
 IStateInt EnvironmentTrailing.makeInt(int initialValue)
           
 IStateInt EnvironmentTrailing.makeIntProcedure(IStateIntProcedure procedure, int initialValue)
           
 

Uses of IStateInt in choco.kernel.solver.constraints.global.matching
 

Fields in choco.kernel.solver.constraints.global.matching declared as IStateInt
protected  IStateInt AbstractBipartiteGraph.matchingSize
           
 

Uses of IStateInt in choco.kernel.solver.variables.scheduling
 

Constructors in choco.kernel.solver.variables.scheduling with parameters of type IStateInt
HTask(ITask task, IntDomainVar usage, IStateInt estH, IStateInt lctH)
           
 

Uses of IStateInt in samples.multicostregular.nsp
 

Fields in samples.multicostregular.nsp declared as IStateInt
 IStateInt[][] NSPStruct.need
           
 

Methods in samples.multicostregular.nsp that return IStateInt
protected  IStateInt NSPStruct.getTypeNeed(int nbDays, int shiftType)
           
 

Uses of IStateInt in samples.tutorials.to_sort.socialgolfer
 

Fields in samples.tutorials.to_sort.socialgolfer declared as IStateInt
 IStateInt ScalarAtMost.nbEqs
           
 

Uses of IStateInt in samples.tutorials.to_sort.tsp
 

Fields in samples.tutorials.to_sort.tsp declared as IStateInt
protected  IStateInt[][] MinSpanningTree.dist
           
protected  IStateInt[] SubTourConstraint.end
           
protected  IStateInt MinSpanningTree.lowerBound
           
 



Copyright © 2012. All Rights Reserved.