Uses of Class
org.jacop.search.SimpleSolutionListener
-
Packages that use SimpleSolutionListener Package Description org.jacop.examples.cpviz org.jacop.examples.fd.crosswords org.jacop.floats.search org.jacop.fz org.jacop.search org.jacop.search.restart org.jacop.search.sgmpcs -
-
Uses of SimpleSolutionListener in org.jacop.examples.cpviz
Subclasses of SimpleSolutionListener in org.jacop.examples.cpviz Modifier and Type Class Description classCPvizNetworkFlow.NetListener<T extends Var> -
Uses of SimpleSolutionListener in org.jacop.examples.fd.crosswords
Subclasses of SimpleSolutionListener in org.jacop.examples.fd.crosswords Modifier and Type Class Description classCrossWord.PrintListener<T extends Var>It is a simple print listener to print every tenth solution encountered. -
Uses of SimpleSolutionListener in org.jacop.floats.search
Subclasses of SimpleSolutionListener in org.jacop.floats.search Modifier and Type Class Description classOptimize.ResultListener<T extends Var> -
Uses of SimpleSolutionListener in org.jacop.fz
Subclasses of SimpleSolutionListener in org.jacop.fz Modifier and Type Class Description classSolve.CostListener<T extends Var> -
Uses of SimpleSolutionListener in org.jacop.search
Subclasses of SimpleSolutionListener in org.jacop.search Modifier and Type Class Description classOneSolution<T extends Var>Defines functionality for OneSolution plug-in, that is the search with this plug-in will stop after funding first solution.classPrintOutListener<T extends Var>It is a simple example how it is possible to extend existing listeners to add your own functionality. -
Uses of SimpleSolutionListener in org.jacop.search.restart
Subclasses of SimpleSolutionListener in org.jacop.search.restart Modifier and Type Class Description classRestartSearch.CostListener<T extends Var> -
Uses of SimpleSolutionListener in org.jacop.search.sgmpcs
Subclasses of SimpleSolutionListener in org.jacop.search.sgmpcs Modifier and Type Class Description classSimpleImprovementSearch.CostListener<T extends IntVar>Saves the cost produced by a given search
-