Uses of Class
org.batfish.BDDInteger
Packages that use BDDInteger
Package
Description
BDD-based symbolic primitives adapted for MCP network-policy reasoning.
-
Uses of BDDInteger in org.batfish
Subclasses of BDDInteger in org.batfishMethods in org.batfish with parameters of type BDDIntegerModifier and TypeMethodDescriptionMutableBDDInteger.add(BDDInteger other) MutableBDDInteger.addClipping(BDDInteger other) net.sf.javabdd.BDDMutableBDDInteger.allDifferences(BDDInteger other) Produces a BDD whose models represent all possible differences between the two BDDIntegers -- valuations of the BDD variables that cause the two BDDIntegers to have different values.MutableBDDInteger.sub(BDDInteger other) MutableBDDInteger.subClipping(BDDInteger other)