Uses of Class
eu.bandm.tools.util.SAT.Clause
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of SAT.Clause in eu.bandm.tools.util
Modifier and TypeMethodDescription(package private) static <P> SAT.Clause<P>
SAT.Clause.or
(SAT.Literal<? extends P>... lits) (package private) static <P> SAT.Clause<P>
SAT.Clause.or
(SAT.Literal<? extends P> first, SAT.Clause<P> rest) (package private) abstract SAT.Clause<P>
SAT.Clause.propagate
(SAT.Literal<? extends P> lit) Modifier and TypeMethodDescription(package private) abstract Iterable<SAT.Clause<P>>
SAT.Form.units()
Modifier and TypeMethodDescription(package private) static <P> SAT.Form<P>
SAT.Form.and
(SAT.Clause<P>... cs) (package private) static <P> SAT.Form<P>
SAT.Form.and
(SAT.Clause<P> first, SAT.Form<P> rest) (package private) static <P> SAT.Clause<P>
SAT.Clause.or
(SAT.Literal<? extends P> first, SAT.Clause<P> rest) Modifier and TypeMethodDescription(package private) static <P> SAT.Form<P>
SAT.Form.and
(Collection<? extends SAT.Clause<P>> cs)