Uses of Interface
samples.tutorials.lns.lns.NeighborhoodOperator

Packages that use NeighborhoodOperator
samples.tutorials.lns.lns   
 

Uses of NeighborhoodOperator in samples.tutorials.lns.lns
 

Classes in samples.tutorials.lns.lns that implement NeighborhoodOperator
 class RandomNeighborhoodOperator
          A neighborhood operator which fix/unfix integer variables randomly
 class RandomTaskNeighborhoodOperator
          A neighborhood operator which fix/unfix task variables randomly
 

Methods in samples.tutorials.lns.lns that return NeighborhoodOperator
 NeighborhoodOperator Neighborhood.getOperator()
           
 

Methods in samples.tutorials.lns.lns with parameters of type NeighborhoodOperator
 void LNSCPSolver.addNeighborhood(NeighborhoodOperator operator)
          add a neighborhood operator to apply to the solutions using the default branching strategy and a default run number of 5
 void LNSCPSolver.addNeighborhood(NeighborhoodOperator operator, AbstractIntBranchingStrategy strategy, int impact)
          add a neighborhood operator to apply to the solutions
 

Constructors in samples.tutorials.lns.lns with parameters of type NeighborhoodOperator
Neighborhood(NeighborhoodOperator operator)
           
Neighborhood(NeighborhoodOperator operator, AbstractIntBranchingStrategy strategy, int impact)
           
 



Copyright © 2012. All Rights Reserved.