Uses of Class
org.mcp.sat.MutableSATInteger
Packages that use MutableSATInteger
Package
Description
SAT backend support for MCP symbolic domains and bit-vector encodings.
-
Uses of MutableSATInteger in org.mcp.sat
Methods in org.mcp.sat that return MutableSATIntegerModifier and TypeMethodDescriptionSATDomain.getInteger()Returns the underlying MutableSATInteger.static MutableSATIntegerMutableSATInteger.makeFromIndex(org.logicng.formulas.FormulaFactory factory, int length, int start, boolean reverse) Creates a MutableSATInteger from a bitvector index.Methods in org.mcp.sat with parameters of type MutableSATIntegerModifier and TypeMethodDescriptionvoidSATDomain.setInteger(MutableSATInteger i) Sets the underlying MutableSATInteger.Constructors in org.mcp.sat with parameters of type MutableSATInteger