CLab# 1.0 API Documentation

BDDSpace.Extend Method 

Extends the specified "x" with "k" elements.

public void Extend(
   List<T> x,
   Int32 k
);

Parameters

List<T>
The 2-complementary BDD representation to be extended.
Int32
Number of elements to extend with.

See Also

BDDSpace Class | CLab.BDD Namespace