Uses of Class
net.hydromatic.morel.util.Sat.Variable
Packages that use Sat.Variable
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.Utilities.
-
Uses of Sat.Variable in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type Sat.VariableModifier and TypeFieldDescription(package private) final com.google.common.collect.ImmutableMap<String, Sat.Variable> PatternCoverageChecker.DataTypeSlot.constructorMapMethods in net.hydromatic.morel.compile that return Sat.VariableModifier and TypeMethodDescriptionprivate 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.VariableFields in net.hydromatic.morel.util with type parameters of type Sat.VariableModifier and TypeFieldDescriptionprivate final Map<Integer, Sat.Variable> Sat.variablesByIdprivate final Map<String, Sat.Variable> Sat.variablesByNameMethods in net.hydromatic.morel.util that return Sat.VariableMethods in net.hydromatic.morel.util that return types with arguments of type Sat.VariableModifier and TypeMethodDescription@Nullable Map<Sat.Variable, Boolean> 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