Uses of Class
org.chocosolver.memory.trailing.StoredDoubleVector
-
Packages that use StoredDoubleVector Package Description org.chocosolver.memory.trailing.trail -
-
Uses of StoredDoubleVector in org.chocosolver.memory.trailing.trail
Methods in org.chocosolver.memory.trailing.trail with parameters of type StoredDoubleVector Modifier and Type Method Description void
StoredDoubleVectorTrail. savePreviousState(StoredDoubleVector vect, int index, double oldValue, int oldStamp)
Reacts on the modification of an element in a stored search vector.
-