CLab# 1.0 API Documentation

BDDType.BooleanVarNumber Method 

Calculates the number of BDD variables needed, using the domain size.

public static int BooleanVarNumber(
   Int32 domainSize
);

Parameters

Int32
Size of the domain.

Return Value

The number of BDD variables needed.

See Also

BDDType Class | CLab.BDD Namespace