Uses of Class
eu.bandm.tools.dpll.Clause
Packages that use Clause
Package
Description
Model and solver for propositional logic in conjunctive normal form.
-
Uses of Clause in eu.bandm.tools.dpll
Methods in eu.bandm.tools.dpll that return ClauseModifier and TypeMethodDescriptionstatic <P> Clause<P> Clause.empty()Returns an empty clause.Returns a simplified clause that is equivalent to this clause assuming the given literal.static <P> Clause<P> Clause.horn(P consequent, Collection<? extends P> antecedents) Returns a Horn clause with the given consequent and antecedents.static <P> Clause<P> Clause.horn(P consequent, P... antecedents) Returns a Horn clause with the given consequent and antecedents.static <P> Clause<P> Returns a clause containing the given literals.static <P> Clause<P> Returns a clause containing the given literals.static <P> Clause<P> Clause.top()Returns a top clause.static <P> Clause<P> Returns a unitary clause containing the given literal.Methods in eu.bandm.tools.dpll that return types with arguments of type ClauseMethods in eu.bandm.tools.dpll with parameters of type ClauseModifier and TypeMethodDescriptionstatic <P> Formula<P> Returns a formula containing the given clauses.Returns a formula that prepends a clause to this formula.Method parameters in eu.bandm.tools.dpll with type arguments of type Clause