Uses of Interface
org.jacop.search.sgmpcs.ImproveSolution
Packages that use ImproveSolution
-
Uses of ImproveSolution in org.jacop.search.sgmpcs
Classes in org.jacop.search.sgmpcs that implement ImproveSolutionModifier and TypeClassDescriptionclass
SimpleImprovementSearch<T extends IntVar>
Defines an interface for defining different methods for selecting next search decision to be taken.Fields in org.jacop.search.sgmpcs declared as ImproveSolutionConstructors in org.jacop.search.sgmpcs with parameters of type ImproveSolutionModifierConstructorDescriptionSGMPCSearch
(Store store, IntVar[] vars, IntVar cost, ImproveSolution<IntVar> search)