CLab# 1.0 API Documentation

BDDLayout.BooleanVector Method 

Makes boolean vectors of variables.

public List<T> BooleanVector(
   Int32 nextBDDvar,
   Int32 varNumber
);

Parameters

Int32
The next BDD variable.
Int32
The variable number.

Return Value

List representing the boolean vector.

See Also

BDDLayout Class | CLab.BDD Namespace