Uses of Interface
choco.kernel.solver.search.ISolutionDisplay

Packages that use ISolutionDisplay
choco.cp.solver   
choco.cp.solver.constraints.global.pack   
choco.cp.solver.preprocessor   
choco.kernel.common.opres.heuristics   
choco.kernel.common.opres.pack   
choco.kernel.solver   
samples.tutorials.lns.lns   
samples.tutorials.to_sort.packing.parser   
 

Uses of ISolutionDisplay in choco.cp.solver
 

Classes in choco.cp.solver that implement ISolutionDisplay
 class CPSolver
          This class serves both as a factory and as a handler for AbstractGlobalSearchSolvers:
 class CPSolverDis
           
 

Methods in choco.cp.solver with parameters of type ISolutionDisplay
 void CPSolver.setSolutionDisplay(ISolutionDisplay prettySolution)
           
 

Uses of ISolutionDisplay in choco.cp.solver.constraints.global.pack
 

Classes in choco.cp.solver.constraints.global.pack that implement ISolutionDisplay
 class PackSConstraint
          Pack which maintains a primal-dual packing model.
 

Uses of ISolutionDisplay in choco.cp.solver.preprocessor
 

Classes in choco.cp.solver.preprocessor that implement ISolutionDisplay
 class PreProcessCPSolver
           
 

Uses of ISolutionDisplay in choco.kernel.common.opres.heuristics
 

Subinterfaces of ISolutionDisplay in choco.kernel.common.opres.heuristics
 interface IHeuristic
           
 

Classes in choco.kernel.common.opres.heuristics that implement ISolutionDisplay
 class AbstractHeuristic
           
 class AbstractRandomizedHeuristic
           
 class NoHeuristic
           
 

Uses of ISolutionDisplay in choco.kernel.common.opres.pack
 

Classes in choco.kernel.common.opres.pack that implement ISolutionDisplay
 class AbstractHeuristic1BP
          The Class AbstractHeurisic1BP.
 class BestFit1BP
           
 class FirstFit1BP
           
 

Uses of ISolutionDisplay in choco.kernel.solver
 

Subinterfaces of ISolutionDisplay in choco.kernel.solver
 interface Solver
          Created by IntelliJ IDEA.
 

Methods in choco.kernel.solver with parameters of type ISolutionDisplay
 void Solver.setSolutionDisplay(ISolutionDisplay solutionDisplay)
          Set Custom pretty print of solutions
 

Uses of ISolutionDisplay in samples.tutorials.lns.lns
 

Classes in samples.tutorials.lns.lns that implement ISolutionDisplay
 class AbstractLNSSolver
          Deprecated.  
 class LNSCPSolver
          A Large Neighborhood Search approach encapsulating a CP solver.
 

Uses of ISolutionDisplay in samples.tutorials.to_sort.packing.parser
 

Classes in samples.tutorials.to_sort.packing.parser that implement ISolutionDisplay
 class CompositeHeuristics1BP
           
 



Copyright © 2012. All Rights Reserved.