CLab# 1.0 API Documentation

BDDSpace.Div Method 

Calculates the result of the division operation between two 2-complementary BDD representations.

public List<T> Div(
   List<T> x,
   List<T> y
);

Parameters

List<T>
2-complementary BDD representation of the numerator.
List<T>
2-complementary BDD representation of the denominator.

Return Value

A 2-complementary BDD representation, representing the result.

See Also

BDDSpace Class | CLab.BDD Namespace