4 references to BDD
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\BDD.cs (3)
37
public static readonly BDD True = new
BDD
(TrueOrdinal, null, null);
42
public static readonly BDD False = new
BDD
(FalseOrdinal, null, null);
384
nodes[i] = new
BDD
(ord, nodes[oneId], nodes[zeroId]);
System\Text\RegularExpressions\Symbolic\CharSetSolver.cs (1)
391
return bdd ??= new
BDD
(ordinal, one, zero);