CLab# 1.0 API Documentation

BDDSpace.Neg Method 

Negates the specified 2-complentary BDD representation "x".

public List<T> Neg(
   List<T> x
);

Parameters

List<T>
2-complementary BDD representation to be negated

Return Value

2-complementary BDD representation

See Also

BDDSpace Class | CLab.BDD Namespace