Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formulaSet :: Formula -> Seq Clauseersatz Ersatz.Internal.Formula No documentation available.
formulaXor :: Literal -> Literal -> Literal -> Formulaersatz Ersatz.Internal.Formula The boolean xor operation Derivation of the Tseitin transformation:
O ≡ A ⊕ B O ≡ ((¬A & B) | (A & ¬B)) (O → ((¬A & B) | (A & ¬B))) & (¬O → ¬((¬A & B) | (A & ¬B)))
Left hand side:O → ((¬A & B) | (A & ¬B)) ¬O | ((¬A & B) | (A & ¬B)) ¬O | ((¬A | A) & (¬A | ¬B) & (A | B) & (¬B | B)) ¬O | ((¬A | ¬B) & (A | B)) (¬O | ¬A | ¬B) & (¬O | A | B)
Right hand side:¬O → ¬((¬A & B) | (A & ¬B)) O | ¬((¬A & B) | (A & ¬B)) O | (¬(¬A & B) & ¬(A & ¬B)) O | ((A | ¬B) & (¬A | B)) (O | ¬A | B) & (O | A | ¬B)
Result:(¬O | ¬A | ¬B) & (¬O | A | B) & (O | ¬A | B) & (O | A | ¬B)
formula :: HasSAT s => Lens' s Formulaersatz Ersatz.Problem No documentation available.
forall_ :: (Variable a, MonadQSAT s m) => m aersatz Ersatz.Variable No documentation available.
forkIOWithThrowToParent :: IO () -> IO ThreadIdfaktory Faktory.Prelude No documentation available.
-
fftw-ffi Numeric.FFTW.FFI No documentation available.
forMonoid :: Monoid i => Args i ifold-debounce-conduit Data.Conduit.FoldDebounce Args for monoids. Input events are appended to the tail.
-
fold-debounce-conduit Data.Conduit.FoldDebounce Args for stacks. Input events are accumulated in a stack, i.e., the last event is at the head of the list.
-
fold-debounce-conduit Data.Conduit.FoldDebounce Args that discards input events. The data stream from the debounced source indicates the presence of data from the original source.
-
Simple force-directed layout Simulation engine for doing simple force-based layout, e.g. for trees or graphs. See the diagrams-contrib package for usage examples.