Click or drag to resize
Circuit.FindIds Method
Find Ids below this point and the time needed to execute the circuit (internal)

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member FindIds : 
        detail : int * 
        cntEmpty : FSharpOption<bool> -> Tuple<FSharpSet<int>, int> 

Parameters

detail
Type: System.Int32
What level of detail for when we hit a "Wrap" gate
cntEmpty
Type: Microsoft.FSharp.Core.FSharpOption<Boolean>
An option allowing Empty gates to be counted like Native The default is false, which is to not count Empty gates as Native.

Return Value

Type: Tuple<FSharpSet<Int32>, Int32>
Set of ids,total time to execute
See Also