Uses of Class
org.batfish.MutableBDDInteger
Packages that use MutableBDDInteger
Package
Description
BDD-based symbolic primitives adapted for MCP network-policy reasoning.
-
Uses of MutableBDDInteger in org.batfish
Methods in org.batfish that return MutableBDDIntegerModifier and TypeMethodDescriptionMutableBDDInteger.add(BDDInteger other) MutableBDDInteger.addClipping(BDDInteger other) MutableBDDInteger.and(net.sf.javabdd.BDD pred) BDDDomain.getInteger()MutableBDDInteger.ite(net.sf.javabdd.BDD b, MutableBDDInteger other) static MutableBDDIntegerMutableBDDInteger.makeFromIndex(net.sf.javabdd.BDDFactory factory, int length, int start, boolean reverse) Create an integer, and initialize its values as "don't care" This requires knowing the start index variables the bitvector will use.static MutableBDDIntegerMutableBDDInteger.makeFromValue(net.sf.javabdd.BDDFactory factory, int length, long value) Create an integer and initialize it to a concrete valueMutableBDDInteger.sub(BDDInteger other) MutableBDDInteger.subClipping(BDDInteger other) Methods in org.batfish with parameters of type MutableBDDIntegerModifier and TypeMethodDescriptionMutableBDDInteger.ite(net.sf.javabdd.BDD b, MutableBDDInteger other) voidBDDDomain.setInteger(MutableBDDInteger i) voidMutableBDDInteger.setValue(MutableBDDInteger other) Constructors in org.batfish with parameters of type MutableBDDInteger -
Uses of MutableBDDInteger in org.mcp.variables.statics
Methods in org.mcp.variables.statics that return MutableBDDInteger