Package | Description |
---|---|
exploration.parameters.threeDimension |
package contains exploration parameters for all three-dimensional
exploration.
|
solver.distributedMemory.partitioning |
package contains solver for partitioning problem.
|
Modifier and Type | Field and Description |
---|---|
private WorkloadCommClusterConstraints |
WrkldImbalCommClusterParams.satSolver
Solver being used to solve this problem.
|
Modifier and Type | Method and Description |
---|---|
void |
WrkldImbalCommClusterParams.setSolver(WorkloadCommClusterConstraints solver)
Set the SMT solver for exploration purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericPartitionSolver
Generic partition solve which finds a solution with
workload assigned to a group, communication cost between the groups
and number of groups.
|
class |
PartitionSolverHSDF
An HSDF based partition solver for application graph.
|
class |
PartitionSolverSDF
An SDF based partition solver for application graph.
|