Class SimpleImprovementSearch.CostListener<T extends IntVar>

java.lang.Object
org.jacop.search.SimpleSolutionListener<T>
org.jacop.search.sgmpcs.SimpleImprovementSearch.CostListener<T>
All Implemented Interfaces:
SolutionListener<T>
Enclosing class:
SimpleImprovementSearch<T extends IntVar>

public class SimpleImprovementSearch.CostListener<T extends IntVar> extends SimpleSolutionListener<T>
Saves the cost produced by a given search
  • Constructor Details

    • CostListener

      public CostListener()
  • Method Details