Class ChainDecompositionConfiguration
Chain decomposition configuration.
Inheritance
System.Object
ChainDecompositionConfiguration
Assembly: Edgar.dll
Syntax
public class ChainDecompositionConfiguration : Object, ISmartCloneable<ChainDecompositionConfiguration>
Constructors
ChainDecompositionConfiguration()
Declaration
public ChainDecompositionConfiguration()
Properties
MaxTreeSize
Declaration
public int MaxTreeSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MergeSmallChains
Declaration
public bool MergeSmallChains { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PreferSmallCycles
Declaration
public bool PreferSmallCycles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartTreeWithMultipleVertices
Declaration
public bool StartTreeWithMultipleVertices { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TreeComponentStrategy
Declaration
public TreeComponentStrategy TreeComponentStrategy { get; set; }
Property Value
Methods
SmartClone()
Declaration
public ChainDecompositionConfiguration SmartClone()
Returns
Implements