Safe Haskell | Safe |
---|
Data.Algorithm.SatSolver.Solver
Contents
Synopsis
- type Assignment a = Map (Var a) Bool
- solve :: Ord a => Fml a -> Maybe (Assignment a)
Type
type Assignment a = Map (Var a) Bool Source #
Assignement
type definition.
Safe Haskell | Safe |
---|
Data.Algorithm.SatSolver.Solver
Contents
type Assignment a = Map (Var a) Bool Source #
Assignement
type definition.