Show / Hide Table of Contents

Interface IChainDecompositionConfiguration<TNode>

Namespace: Edgar.Legacy.Utils.MetaOptimization.Configurations
Assembly: Edgar.dll
Syntax
public interface IChainDecompositionConfiguration<TNode>
Type Parameters
Name Description
TNode

Properties

ChainDecompositionConfiguration

Declaration
ChainDecompositionConfiguration ChainDecompositionConfiguration { get; set; }
Property Value
Type Description
ChainDecompositionConfiguration

Chains

Declaration
List<Chain<TNode>> Chains { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Chain<TNode>>
Back to top Generated by DocFX