choco.kernel.common.opres.pack
Class FirstFit1BP

java.lang.Object
  extended by choco.kernel.common.opres.heuristics.AbstractHeuristic
      extended by choco.kernel.common.opres.pack.AbstractHeuristic1BP
          extended by choco.kernel.common.opres.pack.FirstFit1BP
All Implemented Interfaces:
IHeuristic, ISolutionDisplay, IOptimizationMeasures, ISolutionMeasures, gnu.trove.TIntProcedure

public class FirstFit1BP
extends AbstractHeuristic1BP


Field Summary
 
Fields inherited from class choco.kernel.common.opres.pack.AbstractHeuristic1BP
bins, capacity, full, items, pos
 
Fields inherited from interface choco.kernel.common.opres.heuristics.IHeuristic
LOGGER
 
Constructor Summary
FirstFit1BP()
           
 
Method Summary
 boolean execute(int arg0)
           
 
Methods inherited from class choco.kernel.common.opres.pack.AbstractHeuristic1BP
apply, createBin, executeQuick, executeQuick, getCapacity, getItems, pack, removeBin, reset, setCapacity, setItems
 
Methods inherited from class choco.kernel.common.opres.heuristics.AbstractHeuristic
execute, executeQuick, existsSolution, getIterationCount, getNumberOfBins, getObjectiveValue, getSolutionCount, getTimeCount, hasSearched, isObjectiveOptimal, solutionToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirstFit1BP

public FirstFit1BP()
Method Detail

execute

public boolean execute(int arg0)


Copyright © 2012. All Rights Reserved.