Uses of Class
at.dms.kjc.spacetime.GreedyBinPacking

Packages that use GreedyBinPacking
at.dms.kjc.slicegraph This package aims to supersede the SIR and flatgraph representations of the stream graph with a single representation that maintains all relevant information as well as slice information. 
at.dms.kjc.spacetime   
 

Uses of GreedyBinPacking in at.dms.kjc.slicegraph
 

Constructors in at.dms.kjc.slicegraph with parameters of type GreedyBinPacking
AdaptivePartitioner(UnflatFilter[] topFilters, HashMap[] exeCounts, LinearAnalyzer lfa, WorkEstimate work, int maxPartitions, GreedyBinPacking greedyBinPacking)
          Test for ASPLOS paper.
 

Uses of GreedyBinPacking in at.dms.kjc.spacetime
 

Methods in at.dms.kjc.spacetime that return GreedyBinPacking
static GreedyBinPacking SpaceTimeBackend.getGreedyBinPacking()