Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
what4 What4.Expr.App No documentation available.
-
what4 What4.Expr.Builder No documentation available.
-
what4 What4.Expr.Builder No documentation available.
-
what4 What4.Expr.Builder Evaluate a weighted sum of integer values.
-
what4 What4.Expr.Builder Evaluate a weighted sum of real values.
-
Declares a weighted sum type used for representing sums over variables and an offset in one of the supported semirings. This module also implements a representation of semiring products.
data
WeightedSum (f :: BaseType -> Type) (sr :: SemiRing)what4 What4.Expr.WeightedSum A weighted sum of semiring values. Mathematically, this represents an affine operation on the underlying expressions.
-
what4 What4.Expr.WeightedSum Reduce a weighted sum of integers modulo a concrete integer. This reduces each of the coefficients modulo the given integer, removing any that are congruent to 0; the offset value is also reduced.
-
what4 What4.Expr.WeightedSum Apply update functions to the terms and coefficients of a weighted sum.
useUnsatAssumptions :: ProblemFeatureswhat4 What4.ProblemFeatures Indicates if the solver is able and configured to compute UNSAT assumptions.