Show / Hide Table of Contents

Class ChainDecompositionConfiguration

Chain decomposition configuration.

Inheritance
System.Object
ChainDecompositionConfiguration
Implements
ISmartCloneable<ChainDecompositionConfiguration>
Namespace: Edgar.Legacy.Core.ChainDecompositions
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
Type Description
TreeComponentStrategy

Methods

SmartClone()

Declaration
public ChainDecompositionConfiguration SmartClone()
Returns
Type Description
ChainDecompositionConfiguration

Implements

ISmartCloneable<T>
Back to top Generated by DocFX