Uses of Interface
choco.kernel.memory.IStateDoubleVector

Packages that use IStateDoubleVector
choco.kernel.memory A package devoted to backtrackable data structures. 
choco.kernel.memory.copy   
choco.kernel.memory.trailing   
choco.kernel.solver.constraints.global.automata.fast_costregular.structure   
 

Uses of IStateDoubleVector in choco.kernel.memory
 

Methods in choco.kernel.memory that return IStateDoubleVector
 IStateDoubleVector IEnvironment.makeDoubleVector()
          Factory pattern: new IStateDoubleVector objects are created by the environment.
 IStateDoubleVector IEnvironment.makeDoubleVector(double[] entries)
          Factory pattern: new IStateDoubleVector objects are created by the environment
 IStateDoubleVector IEnvironment.makeDoubleVector(int size, double initialValue)
          Factory pattern: new IStateDoubleVector objects are created by the environment
 

Uses of IStateDoubleVector in choco.kernel.memory.copy
 

Classes in choco.kernel.memory.copy that implement IStateDoubleVector
 class RcDoubleVector
           
 

Methods in choco.kernel.memory.copy that return IStateDoubleVector
 IStateDoubleVector EnvironmentCopying.makeDoubleVector()
           
 IStateDoubleVector EnvironmentCopying.makeDoubleVector(double[] entries)
           
 IStateDoubleVector EnvironmentCopying.makeDoubleVector(int size, double initialValue)
           
 

Uses of IStateDoubleVector in choco.kernel.memory.trailing
 

Classes in choco.kernel.memory.trailing that implement IStateDoubleVector
 class StoredDoubleVector
          Implements a backtrackable search vector.
 

Methods in choco.kernel.memory.trailing that return IStateDoubleVector
 IStateDoubleVector EnvironmentTrailing.makeDoubleVector()
           
 IStateDoubleVector EnvironmentTrailing.makeDoubleVector(double[] entries)
           
 IStateDoubleVector EnvironmentTrailing.makeDoubleVector(int size, double initialValue)
           
 

Uses of IStateDoubleVector in choco.kernel.solver.constraints.global.automata.fast_costregular.structure
 

Fields in choco.kernel.solver.constraints.global.automata.fast_costregular.structure declared as IStateDoubleVector
 IStateDoubleVector StoredValuedDirectedMultiGraph.Nodes.lpfs
           
 IStateDoubleVector StoredValuedDirectedMultiGraph.Nodes.lpft
           
 IStateDoubleVector StoredValuedDirectedMultiGraph.Nodes.spfs
           
 IStateDoubleVector StoredValuedDirectedMultiGraph.Nodes.spft
           
 



Copyright © 2012. All Rights Reserved.