nutcracker.data.bool

Type members

Classlikes

sealed abstract class Bool(val intValue: Int)

A domain for boolean values. It is a boolean algebra, with interpretation of operations that is dual to the standard interpretation in a boolean algebra: contradiction is at the top, logical and is join, and logical or is meet.

A domain for boolean values. It is a boolean algebra, with interpretation of operations that is dual to the standard interpretation in a boolean algebra: contradiction is at the top, logical and is join, and logical or is meet.

Companion:
object
object Bool
Companion:
class
class BoolOps[M[_], BP <: BranchingPropagation[M]](implicit val BP: BP)
Companion:
object
object BoolOps
Companion:
class