Uses of Class
net.hydromatic.morel.util.Sat.Variable
-
Packages that use Sat.Variable Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated.net.hydromatic.morel.util Utilities. -
-
Uses of Sat.Variable in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type Sat.Variable Modifier and Type Field Description (package private) com.google.common.collect.ImmutableMap<String,Sat.Variable>PatternCoverageChecker.DataTypeSlot. constructorMapMethods in net.hydromatic.morel.compile that return Sat.Variable Modifier and Type Method Description private Sat.VariablePatternCoverageChecker. typeConstructorTerm(PatternCoverageChecker.Path path, String con) -
Uses of Sat.Variable in net.hydromatic.morel.util
Fields in net.hydromatic.morel.util declared as Sat.Variable Modifier and Type Field Description (package private) Sat.VariableSat.Assignment. variableFields in net.hydromatic.morel.util with type parameters of type Sat.Variable Modifier and Type Field Description private Map<Integer,Sat.Variable>Sat. variablesByIdprivate Map<String,Sat.Variable>Sat. variablesByNameMethods in net.hydromatic.morel.util that return Sat.Variable Modifier and Type Method Description Sat.VariableSat. variable(String name)Methods in net.hydromatic.morel.util that return types with arguments of type Sat.Variable Modifier and Type Method Description @Nullable Map<Sat.Variable,Boolean>Sat. solve(Sat.Term term)Finds an assignment of variables such that a term evaluates to true, or null if there is no solution.Constructors in net.hydromatic.morel.util with parameters of type Sat.Variable Constructor Description Assignment(Sat.Variable variable, boolean value)
-