Class MultiOutputFunction
- Namespace
- LogicalOptimizer
- Assembly
- LogicalOptimizer.Minimization.dll
One output of a multi-output table. The don't-care set is shared (unspecified rows).
public sealed class MultiOutputFunction
- Inheritance
-
MultiOutputFunction
- Inherited Members
Properties
DontCareSet
public IReadOnlyCollection<int> DontCareSet { get; }
Property Value
Name
public string Name { get; }
Property Value
OnSet
public IReadOnlyCollection<int> OnSet { get; }