Uses of Class
choco.kernel.memory.trailing.StoredInt

Packages that use StoredInt
choco.cp.solver.constraints.global.geost.geometricPrim   
choco.cp.solver.constraints.global.softscheduling   
choco.kernel.memory.trailing   
choco.kernel.memory.trailing.trail   
 

Uses of StoredInt in choco.cp.solver.constraints.global.geost.geometricPrim
 

Methods in choco.cp.solver.constraints.global.geost.geometricPrim that return StoredInt
 StoredInt[] Witness.getCoords()
           
 

Methods in choco.cp.solver.constraints.global.geost.geometricPrim with parameters of type StoredInt
 void Witness.setCoords(StoredInt[] coordinates)
           
 

Uses of StoredInt in choco.cp.solver.constraints.global.softscheduling
 

Fields in choco.cp.solver.constraints.global.softscheduling declared as StoredInt
protected  StoredInt SoftCumulativeSum.profileMinSum
           
 

Uses of StoredInt in choco.kernel.memory.trailing
 

Subclasses of StoredInt in choco.kernel.memory.trailing
 class StoredIntProcedure
          A stored integer with an associated transition procedure.
 

Uses of StoredInt in choco.kernel.memory.trailing.trail
 

Methods in choco.kernel.memory.trailing.trail with parameters of type StoredInt
 void StoredIntTrail.savePreviousState(StoredInt v, int oldValue, int oldStamp)
          Reacts when a StoredInt is modified: push the former value & timestamp on the stacks.
 



Copyright © 2012. All Rights Reserved.