public class PIEOptions
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
allowInterchange
Whether or not to allow port interchange
|
boolean |
enableBacktracking
Whether or not to allow serial/parallel transistor merging
|
boolean |
factorSubcircuit
Whether or not to factor the subcircuits
|
int |
maxBacktrackingGuesses
Whether or not to allow serial/parallel transistor merging
|
int |
maxBacktrackingSpace
Whether or not to allow serial/parallel transistor merging
|
boolean |
runSwapTests
Whether or not to test possible swap orders
during the run.
|
boolean |
serialParallelMerge
Whether or not to allow serial/parallel transistor merging
|
Constructor and Description |
---|
PIEOptions() |
PIEOptions(PIEOptions other) |
public boolean factorSubcircuit
public boolean allowInterchange
public boolean serialParallelMerge
public boolean enableBacktracking
public int maxBacktrackingGuesses
public int maxBacktrackingSpace
public boolean runSwapTests
public PIEOptions()
public PIEOptions(PIEOptions other)